in reply to can I seek properly on a huge device (/dev/sdaX)
If your perl -v includes uselargefiles=define, you should be safe upto files of 1000 TB (Petabyte?), as perl will use reals to hold the positions and they are accurate upto 53 bits.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: can I seek properly on a huge device (/dev/sdaX)
by exodist (Monk) on May 29, 2007 at 22:22 UTC | |
by BrowserUk (Patriarch) on May 29, 2007 at 23:03 UTC |