Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

array assignment

by Anonymous Monk
on Nov 12, 2004 at 19:09 UTC ( [id://407478]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($dd, $mm, $yyyy) = (localtime)[3..5];
    $mm += 1;
    $yyyy += 1900;
    
  2. or download this
    fake code:
    @result = (1,2,3) + (4,5,6);
    # intending @result to contain (5,7,9)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://407478]
Approved by kvale
Front-paged by bart
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found