perleager has asked for the wisdom of the Perl Monks concerning the following question:
I have DB_File module installed correctly, but somehow this part of the code is giving me errors.use DB_File; tie %add, "DB_File", "C:/datafiles/login" or die "Can't open FILENAME: + $!\n"; $add{"$username"} = "$timerss\|\|\|$session"; untie %add;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using DB_File and Tie with ActiveState
by mkirank (Chaplain) on Jan 13, 2004 at 08:13 UTC | |
|
Re: Using DB_File and Tie with ActiveState
by rdfield (Priest) on Jan 13, 2004 at 10:06 UTC |