Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: PerlIO::via::xz

by Tux (Canon)
on Oct 04, 2020 at 07:35 UTC ( [id://11122530]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mblib -MPerlIO::via::xz -wE'open my $fh, "<:via(xz)", "files/p
    +lain.xz";print scalar<$fh>'
    Lorem ipsum dolor sit amet,   consectetur adipiscing elit,
    
    $ perl -Mblib -MPerlIO::via::xz -wE'open my $fh, "<:via(xz)", "files/p
    +lain.xz";$/=undef;print scalar<$fh>'
    
  2. or download this
    # Tests for PerlIO::via::xz
    
    ...
        }
    
    done_testing;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-18 00:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found