Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Lost in compressed encodings

by Skeeve (Parson)
on Apr 06, 2020 at 08:22 UTC ( [id://11115120]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        open my $in, '<:utf8', $filename or die "Can't read $filename: $!\
    +n";
        if ($filename=~/\.gz$/) {
            $in= new IO::Uncompress::Gunzip $in, { AutoClose => 1 };
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11115120]
Approved by marto
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-24 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found