in reply to CGI.pm parameter format
$q->method($param1,$param2);
$q->method(-name1 => $param1, -name2 => $param2)
$q->method( { name1 => $param1, name2 => $param2 } )
Hope this clears it up :-)
Joost.
-- Joost downtime n. The period during which a system is error-free and immune from user input.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI.pm parameter format
by talexb (Chancellor) on Sep 12, 2002 at 13:37 UTC |