Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

PerlIO::gzip can't handle appended stuff

by Skeeve (Parson)
on Apr 16, 2021 at 11:46 UTC ( [id://11131366]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use PerlIO::gzip;
    open my $out, ">:gzip", "tst.gz";
    ...
    open my $in, "<:gzip", "tst.gz";
    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: perlquestion [id://11131366]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 17:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found