in reply to Determining what line a filehandle is on
I hope that you are checking the return value of open in your real code. (e.g. open FILE, "file.txt" or die "opening file.txt for reading: $!\n";).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Determining what line a filehandle is on
by tadman (Prior) on Jul 06, 2001 at 00:45 UTC | |
by John M. Dlugosz (Monsignor) on Jul 06, 2001 at 07:10 UTC | |
by tadman (Prior) on Jul 06, 2001 at 13:37 UTC | |
by sierrathedog04 (Hermit) on Jul 06, 2001 at 17:17 UTC | |
by tadman (Prior) on Jul 06, 2001 at 17:42 UTC | |
| |
by John M. Dlugosz (Monsignor) on Jul 07, 2001 at 21:11 UTC | |
by John M. Dlugosz (Monsignor) on Jul 07, 2001 at 05:08 UTC | |
by tadman (Prior) on Jul 07, 2001 at 12:04 UTC | |
|