Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Lost in compressed encodings

by Skeeve (Parson)
on Apr 06, 2020 at 09:19 UTC ( [id://11115126]=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$/) {
    ...
        chomp;
        # …
        @line{@headers}= split /\t/, decode('UTF-8' => $_);
    

Log In?
Username:
Password:

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

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

    No recent polls found