Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
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 admiring the Monastery: (7)
As of 2024-03-28 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found