Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Lost in compressed encodings

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

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 14:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found