NAME
Gzip::Faster - gzip and gunzip, without the fuss
SYNOPSIS
use Gzip::Faster;
DESCRIPTION
This is just like all those other modules which gzip and gunzip things, except not nearly as complicated.
FUNCTIONS
gzip
my $zipped = gzip ($stuff);
Compress $stuff
like a boss.
gunzip
my $stuff = gunzip ($zipped);
Uncompress it. This will cause a fatal error if $zipped
is not compressed.
COPYRIGHT AND LICENCE
This stofware may be used, modified, distributed under the same licence as Perl itself.