Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: [OT]: Usage of a sparse file

by AnomalousMonk (Archbishop)
on Mar 11, 2013 at 17:10 UTC ( [id://1022831]=note: print w/replies, xml ) Need Help??


in reply to Re: Usage of a sparse file
in thread Usage of a sparse file

Just a parenthetic note. If  $junk is something you don't care about at all, then you don't need to bother capturing it:

>perl -wMstrict -le "my $total = qq{123\tasdfghhj\n}; print qq{[$total]]}; ;; ($total) = split /\t/, $total, 2; print qq{'$total'}; " [123 asdfghhj ]] '123'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-19 11:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found