"John W. Kennedy" <> writes:
> What hardware do you use, where gunzipping an 11GB file takes
> negligible time?
The point is that long uncompression time has nothing to do with
whether your perl code is correct, so you're confusing the issue by
even bringing it up. Even so, if your program will be run
interactively (especially if as a CGI), you would be better off *not*
adding that delay to your program. Better would be to spawn off a
background process to decompress it, or dump it into a directory where
a crontask occasionally decompresses any new files found there.
Many FTP servers will decompress files on the fly as you download
them, but that will cost CPU at the server end and bandwidth at both
ends, so I wouldn't do that unless you own the FTP server.
--
Aaron --
http://360.yahoo.com/aaron_baugher