in reply to Re^2: reading from a huge file
in thread reading from a huge file
For what it's worth, the error that the person running the script reported to me in email was: Unable to open input file UDB_sessions01252011
That leads me to believe that the code is failing at this point:
The code as written is pretty darn elementary. I am assuming that my user got the name of the file she was trying to use correct, though I could double check that.## Open input file open(INFILE, "$infile") || die "unable to open input file $infile\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: reading from a huge file
by Anonymous Monk on Mar 21, 2011 at 19:51 UTC | |
by SuicideJunkie (Vicar) on Mar 21, 2011 at 19:57 UTC |