in reply to
CrLf getting inserted into an octet-stream (gzip file)
Try this before sending your output:
binmode STDOUT;
Comment on
Re: CrLf getting inserted into an octet-stream (gzip file)
Download
Code
In Section
Seekers of Perl Wisdom