Help for this page
use IO::Zlib; tie *FILE, 'IO::Zlib', "xxxxx-access_log.7.gz", "rb"; ... yeah!
use IO::Zlib; my $fh = new IO::Zlib; ... $fh->close; } __END__