Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Value Pair Assignment

by Anonymous Monk
on Apr 18, 2002 at 17:38 UTC ( [id://160285]=note: print w/replies, xml ) Need Help??


in reply to Re: Value Pair Assignment
in thread Value Pair Assignment

param does not take two arguments. It takes a list of key/value pairs. Read the documentation next time.

$tmp->param( foo => 'bar', baz => 'quux' ); # or $tmp->param(%pairs);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found