projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b636d6
)
POD changes
rkinyon [Thu, 23 Feb 2006 20:21:01 +0000 (20:21 +0000)]
lib/DBM/Deep.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep.pm
b/lib/DBM/Deep.pm
index
bdd52ee
..
a87c920
100644
(file)
--- a/
lib/DBM/Deep.pm
+++ b/
lib/DBM/Deep.pm
@@
-1575,7
+1575,7
@@
DBM::Deep - A pure perl multi-level hash/array DBM
$db->{key} = 'value'; # tie() style
print $db->{key};
- $db->put('key', 'value'); # OO style
+ $db->put('key' => 'value'); # OO style
print $db->get('key');
# true multi-level support