Jamie Le Tual wrote:
Well, looking at the source code for Zlib.xs, we see that the filename
is a null terminated string that starts at offset 10L.
Knowing that, and having a copy of a gzip file, we can just peek at the
header of the gzip file.
#!perl
use strict;
my $filename = "./something_else.
Dirk Bremer (NISC) wrote:
Rob,
Due to legacy issue, we have a requirement where the source file has one
version of a name and the compressed version of the file has another name.
We will be looking at a different way to do this, possibly using tar or a
zip compatible Linux program.
I see. 'system