Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Lost in compressed encodings

by Corion (Patriarch)
on Apr 06, 2020 at 08:59 UTC ( [id://11115125]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-03-28 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found