Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Passing multiple hashes?

by kwoff (Friar)
on Dec 11, 2001 at 05:52 UTC ( [id://130837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %foo = (
        'bar' => 'baz',
        'qux' => 'quux',
    );
    
  2. or download this
    $_[0] = 'bar';
    $_[1] = 'baz';
    $_[2] = 'qux';
    $_[3] = 'quux';
    
  3. or download this
    my (%error, %FORM) = @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-18 06:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found