xmltv::gunzip(3pm) debian man page | unix.com

Man Page: xmltv::gunzip

Operating Environment: debian

Section: 3pm

Gunzip(3pm)						User Contributed Perl Documentation					       Gunzip(3pm)

NAME
XMLTV::Gunzip - Wrapper to Compress::Zlib or gzip(1)
SYNOPSIS
use XMLTV::Gunzip; my $decompressed = gunzip($gzdata); my $fh = gunzip_open('file.gz') or die; while (<$fh>) { print } Compress::Zlib will be used if installed, otherwise an external gzip will be spawned. gunzip() returns the decompressed data and throws an exception if things go wrong; gunzip_open() returns a filehandle, or undef.
AUTHOR
Ed Avis, ed@membled.com. Distributed as part of the xmltv package.
SEE ALSO
Compress::Zlib, gzip(1), XMLTV. perl v5.14.2 2010-04-24 Gunzip(3pm)
Related Man Pages
io::compress::faq(3pm) - mojave
io::compress::faq5.18(3pm) - mojave
image::exiftool::writepng(3) - suse
image::exiftool::writepng(3pm) - debian
io::zlib5.12(3pm) - osx
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph