Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: PerlIO::gzip can't handle appended stuff

by haukex (Archbishop)
on Apr 16, 2021 at 11:56 UTC ( [id://11131367]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IO::Uncompress::Gunzip ();
    my $in = IO::Uncompress::Gunzip->new('tst.gz', MultiStream=>1 )
        or die "$IO::Uncompress::Gunzip::GunzipError";
    print while <$in>;
    close $in;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131367]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-19 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found