Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Tie::IxHash::Easy with "eval()"
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="comp.llang.perl.moderated, post: 4849905"] Using MLDBM with Tie::IxHash::Easy and the default serializer seems to work for a single level, eg. use MLDBM 'Tie::IxHash::Easy' tie my %h, 'MLDBM' or die ...; @h{qw/key1 key2 key3 /} = 1..3; print Dumper \%h; and for a multi-level hash, you could theoretically write and then use a custom serialization package to do this IIUC (see MLDBM doc.) ... eg., use MLDBM 'Tie::IxHash::Easy','MyIxSerializer'; use strict; use warnings; .... [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Tie::IxHash::Easy with "eval()"
Top