Filter::gunzip
is a
Perl
source code filter which lets you run
gzip compressed source files
directly (ie. without first gunzipping),
perl -MFilter::gunzip foo.pl.gz
or even Perl code in a self-uncompressing script or module, if such a thing
seemed like a good idea
use Filter::gunzip;
... raw gzipped bytes
Filter-gunzip
is
free software (free
as in freedom), published under the terms of the
GNU
General Public License (v3 or higher).
Download version 6 here, the full source here or from CPAN, or a Debian package here or from my repo.
Filter-gunzip-6.tar.gz
(106k, and sig)
libfilter-gunzip-perl_6-0.5_i386.deb
(15k, and sig)
The sig files are Gnu PG ascii armoured
signatures generated from my key. There's a
SIGNATURE
file inside the .tar.gz
for
cpansign
too. Older sources can be found
at backpan.
See also my
compile-command-default.el
which will use Filter::gunzip
, among other approaches, to run a
.pl.gz
script in Emacs.
This page Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.