Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: passing subroutine arguments directly into a hash

by blakem (Monsignor)
on Oct 20, 2001 at 16:01 UTC ( [id://120237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @a = (1 => 2 => 3 => 4);
    print "$_\n" for @a;
    
  2. or download this
    (arg1=>$blah, arg2=>$blah2)
    
  3. or download this
    ( 'arg1' , $blah , 'arg2' , $blah2 )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 18:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found