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

Re^3: Adding a hash to a CGI param

by Anonymous Monk
on Jan 03, 2008 at 17:10 UTC ( [id://660250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        push @{ $self->param('foo') }, $element, $anotherelement, $etc;
    
  2. or download this
        $self->param('foo')->[$n] = 42;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://660250]
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-04-18 02:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found