Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
bash-2.05a$ perl dbmopen(%DBM,"someDBM",undef) or die "$!\n"; print $DBM{subject},"\n"; Use of uninitialized value in subroutine entry at /usr/lib/perl5/i386- +linux/DB_File.pm line 262. Use of uninitialized value in subroutine entry at /usr/lib/perl5/i386- +linux/DB_File.pm line 262.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBM Portability?
by hossman (Prior) on Oct 03, 2002 at 06:46 UTC | |
by rdfield (Priest) on Oct 03, 2002 at 08:10 UTC | |
Re: DBM Portability?
by dree (Monsignor) on Oct 03, 2002 at 09:02 UTC | |
by PodMaster (Abbot) on Oct 03, 2002 at 11:02 UTC | |
Re: DBM Portability?
by derby (Abbot) on Oct 03, 2002 at 12:41 UTC | |
by perrin (Chancellor) on Oct 03, 2002 at 16:37 UTC | |
Re: DBM Portability?
by Anonymous Monk on Oct 03, 2002 at 11:30 UTC | |
by Anonymous Monk on Oct 03, 2002 at 12:43 UTC | |
by hiseldl (Priest) on Oct 03, 2002 at 13:45 UTC |