Number::Phone::UK::DBM::Deep

Number::Phone::UK::DBM::Deep is a pure perl multi-level hash/array DBM.
Download

Number::Phone::UK::DBM::Deep Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joseph Huckaby and Rob Kinyon
  • Publisher web site:
  • http://search.cpan.org/~dcantrell/

Number::Phone::UK::DBM::Deep Tags


Number::Phone::UK::DBM::Deep Description

Number::Phone::UK::DBM::Deep is a pure perl multi-level hash/array DBM. Number::Phone::UK::DBM::Deep is a pure perl multi-level hash/array DBM.SYNOPSIS use Number::Phone::UK::DBM::Deep; my $db = Number::Phone::UK::DBM::Deep->new( "foo.db" ); $db->{key} = 'value'; # tie() style print $db->{key}; $db->put('key' => 'value'); # OO style print $db->get('key'); # true multi-level support $db->{my_complex} = ;A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows. Requirements: · Perl


Number::Phone::UK::DBM::Deep Related Software