Help for this page

Select Code to Download


  1. or download this
    J:\BSACamps.tst\CGI\DBM-Deep-0.99_04>perl makefile.pl
    Checking if your kit is complete...
    ...
    Warning: prerequisite Test::Deep 0.095 not found.
    Warning: prerequisite Test::Exception 0.21 not found.
    Writing Makefile for DBM::Deep
    
  2. or download this
    #!/usr/bin/perl
    use DBM::Deep;
    ...
    my $db = new DBM::Deep "foo.db";
    
    $db->{mykey} = "myvalue";
    
  3. or download this
    Can't locate DBM/Deep.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/s
    +ite/lib .) at test.cgi line 2.
    BEGIN failed--compilation aborted at test.cgi line 2.