in reply to Bad file slurp or Bad Dumper code?
You might want to move that close call outside of the loop:
while (<PF>) { chomp; @_ = split("\t", $_); $passfile{ $_[0] } = $_[1]; } close PF;
-derby
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Bad file slurp or Bad Dumper code?
by jerrygarciuh (Curate) on Mar 15, 2002 at 14:22 UTC |