Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Mini-Tutorial: Scalar vs List Assignment Operator

by ikegami (Patriarch)
on Aug 20, 2009 at 17:12 UTC ( [id://790146]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wle'sub f :lvalue { $x,$y } f()=(4,5); print $x,$y'
    Useless use of a constant in void context at -e line 1.
    ...
    
    $ perl -wle'sub f :lvalue { $x,$y } (f())=(4,5); print $x,$y'
    45
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-19 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found