successor1221955 has asked for the wisdom of the Perl Monks concerning the following question:
The program returned:#!/usr/bin/perl use BerkeleyDB; my $env = new BerkeleyDB::Env -Config => { DB_DATA_DIR => "/usr3/mxp/dev/database", DB_LOG_DIR => "/usr3/mxp/dev/log", DB_TMP_DIR => "/tmp" }, -Verbose => 1, -ErrFile => *STDOUT or die "Database environment ini +tialization failed : $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Berkeley Database Question
by pboin (Deacon) on Mar 23, 2005 at 20:10 UTC | |
|
Re: Berkeley Database Question
by PodMaster (Abbot) on Mar 23, 2005 at 23:01 UTC |