in reply to Re: Cross-platform DB
in thread Cross-platform DB
I also tried DBMDeep, but couldn't get it to work from the docs. I ran the "makefile.pl", and received the following:
I created their test program:J:\BSACamps.tst\CGI\DBM-Deep-0.99_04>perl makefile.pl Checking if your kit is complete... Looks good Warning: prerequisite Clone 0.01 not found. Warning: prerequisite FileHandle::Fmode 0.05 not found. Warning: prerequisite Test::Deep 0.095 not found. Warning: prerequisite Test::Exception 0.21 not found. Writing Makefile for DBM::Deep
but received the following when I went to run it:#!/usr/bin/perl use DBM::Deep; my $db = new DBM::Deep "foo.db"; $db->{mykey} = "myvalue";
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Cross-platform DB
by derby (Abbot) on Feb 21, 2007 at 17:47 UTC | |
by Anonymous Monk on Feb 21, 2007 at 18:12 UTC | |
by derby (Abbot) on Feb 21, 2007 at 18:14 UTC | |
by wpahiker (Acolyte) on Feb 21, 2007 at 18:33 UTC | |
by derby (Abbot) on Feb 21, 2007 at 18:48 UTC | |
| |
|
Re^3: Cross-platform DB
by marto (Cardinal) on Feb 22, 2007 at 09:25 UTC | |
|
Re^3: Cross-platform DB
by Anonymous Monk on Feb 21, 2007 at 16:55 UTC | |
by derby (Abbot) on Feb 21, 2007 at 17:52 UTC | |
|
Re^3: Cross-platform DB
by Anonymous Monk on Feb 21, 2007 at 21:19 UTC |