in reply to Re: Re: Question on fork and close.
in thread Question on fork and close.
See read() or sysread() if that's it. But then, that's just a guess...good luck.while (<WHEREEVERTHECOMPRESSEDDATAIS>) { # $_ could be potentially huge, if it doesn't # contain a newline somewhere soon print GZIP_IN; }
|
|---|