[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl-WebCGI] sending an array through CGI



Hi,

is it possible to send an array through an INPUT tag?

i can send this ok...

<INPUT TYPE=HIDDEN NAME="name" VALUE="@list">

and then use

@list = $cgi->param('name');

to get the contents of the list

however i cannot send

<INPUT TYPE=HIDDEN NAME="name" VALUE="%array">

this gives the param "name" a value of "%array" instead of the contents of
%array.... is this possible or am i doing it wrong?

thanks

adam





==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org