Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fdChapter 8
Standard Modules
Next: Reference: put
 

get

$X->get(key, value[, flags])

Retrieves data from the database by key. flags is optional. The value associated with key is returned in value.


Previous: Reference: fdPerl in a NutshellNext: Reference: put
Reference: fdBook IndexReference: put