Query: xmltv::gunzip
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Gunzip(3pm) User Contributed Perl Documentation Gunzip(3pm)NAMEXMLTV::Gunzip - Wrapper to Compress::Zlib or gzip(1)SYNOPSISuse 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.AUTHOREd Avis, ed@membled.com. Distributed as part of the xmltv package.SEE ALSOCompress::Zlib, gzip(1), XMLTV. perl v5.14.2 2010-04-24 Gunzip(3pm)
Related Man Pages |
---|
io::compress::faq(3pm) - mojave |
io::zlib(3pm) - suse |
image::exiftool::writepng(3) - suse |
io::compress::faq(3pm) - debian |
xmltv::summarize(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
One instance of comparing grep and awk |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |