in reply to index for large text file
use autodie; open my($stuff), '<', 'in.txt' ; # with autodie, no need to "or die" ... <$stuff> ... close $stuff; # with autodie, no need to "or die"
for example, you say no error output information, but the line in large line number is defective, like below:
but then you don't explain the format, or how your output is defective
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: index for large text file
by educated_foo (Vicar) on Mar 28, 2011 at 14:26 UTC | |
by Anonymous Monk on Mar 30, 2011 at 08:13 UTC |