in reply to Re: Fast way to read from file
in thread Fast way to read from file
vec($offsets, $., 32) = tell IN while <IN>; ... seek $fh, vec($offsets, $line, 32), 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Fast way to read from file
by BrowserUk (Patriarch) on Nov 21, 2003 at 16:23 UTC |