Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Surprise: scalar(($x, $y) = split)

by hbm (Hermit)
on Oct 28, 2011 at 15:26 UTC ( [id://934433]=note: print w/replies, xml ) Need Help??


in reply to Re: Surprise: scalar(($x, $y) = split)
in thread Surprise: scalar(($x, $y) = split)

Adding to the confusion?

$ perl -e 'warn 0+(($x, $y) = split/ /, "foo bar\n");' 2 at -e line 1. $ perl -e 'warn 0+(($x, $y) = split$", "foo bar\n");' 2 at -e line 1.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-24 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found