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

Re(2): What is the difference between a list and an array?

by dmmiller2k (Chaplain)
on Dec 11, 2001 at 23:51 UTC ( [id://131026]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my_sub( @a );
    
    ...
    # param 0 = a
    # param 1 = b
    # param 2 = c
    
  2. or download this
    @a = ( 'I', 'am' );
    %h = ( 'perl' => 'hacker' );
    ...
    # param 3 = another
    # param 4 = perl
    # param 5 = hacker
    

Log In?
Username:
Password:

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

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

    No recent polls found