- 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
- or download this
#!/usr/bin/perl
use DBM::Deep;
...
my $db = new DBM::Deep "foo.db";
$db->{mykey} = "myvalue";
- 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.