Scott R. Godin wrote:
Ovid wrote:
--- "Scott R. Godin" <[EMAIL PROTECTED]> wrote:
his example and in which case you want to get the params AFTER
creating the cgi-object
my %params = $cgi->Vars;
which ensures that you also get multi-value s as separate
values. too.
$cgi->Vars separates
Scott R. Godin wrote:
Ovid wrote:
--- "Scott R. Godin" <[EMAIL PROTECTED]> wrote:
his example and in which case you want to get the params AFTER
creating the cgi-object
my %params = $cgi->Vars;
which ensures that you also get multi-value s as separate
values. too.
$cgi->Vars separates
Thanks to you both for your replies
GenMainRecData did indeed contain a feature that produced this result !
Regards
Andrew
"Wiggins d'Anconia" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Bob Showalter wrote:
>> Andrew Kennard wrote:
>>
>
> [snip]
>
>>
>> No, you shouldn't