in reply to newbie-probelm opening file
what does it say after "Can't open history file: " and before it says "line 7"? That's what should tell you - or us.
Update:
Yes, if the file exists and the permissions are as you said, that should work indeed.
Update 2:
perldoc -f dbmopen suggests this code:
while (($key,$val) = each %TEST) { print $key, ' = ', unpack('L',$val), "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: newbie-probelm opening file
by talk2kvj (Novice) on Jun 03, 2004 at 21:53 UTC |