in reply to Re: Pass a hash as parameter to a CGI?
in thread Pass a hash as parameter to a CGI?
$var = undef; $hash{'param1'} = 1; $hash{'param2'} = $var;
CT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Pass a hash as parameter to a CGI?
by ikegami (Patriarch) on Sep 16, 2004 at 18:20 UTC | |
|
Re^3: Pass a hash as parameter to a CGI?
by C_T (Scribe) on Sep 16, 2004 at 18:13 UTC |