DBM-Deep-Blue

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

  Debugging
    dump()
        $m->dump("dump.data");

      Dump the memory area to file: dump.data.

    size()
        my $s = 2 **($m->size());

      $s will contain the size in bytes of the memory area.

    dahs()
        $m->dahs();

      Dump the sizes of internal arrays and hashes to stderr.

Limitations
    Windows only.

    The delete() function for arrays has not been implemented as its use is
    deprecated.

    Code, file handles and typeglobs are not supported.

Exports
    None.

Installation
    The usual installation sequence modified slightly by being on Windows.

      perl Makefile.PL
      dmake
      dmake test
      dmake install

    If you do not have gcc and dmake, you can get them from
    http::www.strawberryperl.org

See Also
    DBM::Deep

Acknowledgements
    DBM::Deep::Blue uses many of the tests from by DBM::Deep.

Bugs
    Please report bugs etc. through CPAN. To include a dump of your memory
    area with your bug report, call:

      my $m = DBM::Deep::Blue::File(...);

      ... actions which demonstrate the bug

      $m->dump("zzz.data");

    and include file zzz.data with your bug report.

Licence
    Perl Artistic

Copyright
    Philip R Brenan, 2010, www.handybackup.org



( run in 1.582 second using v1.01-cache-2.11-cpan-39bf76dae61 )