Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: passing subroutine arguments directly into a hash

by IraTarball (Monk)
on Oct 20, 2001 at 07:19 UTC ( [id://120201]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @list = qw (one two three);
    %args = ( arg1 => 'string', arg2 => 5, arg3 => \@list );
    ...
       print "$_ => $args{$_}\n" for keys %args;
    }
    
  2. or download this
    arg1 => string
    arg2 => 5
    arg3 => ARRAY(0x1a72f84)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found