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

Re^3: About $/

by Tux (Canon)
on May 24, 2013 at 13:15 UTC ( [id://1035132]=note: print w/replies, xml ) Need Help??


in reply to Re^2: About $/
in thread About $/

No need for the second local $/ and the first can be made even more local:

my @splitted = do { local $/ = "\r"; map { split m/\003/ => $_, -1 } <>; };

Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found