Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by ikegami (Patriarch)
on Aug 21, 2009 at 03:15 UTC ( [id://790231]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if    (@_ == 2) { syswrite($_[0], $_[1]              ) }
    elsif (@_ == 3) { syswrite($_[0], $_[1], $_[2]       ) }
    elsif (@_ == 4) { syswrite($_[0], $_[1], $_[2], $_[3]) }
    else            { die }
    

Log In?
Username:
Password:

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

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

    No recent polls found