--- "Simon K. Chan" <[EMAIL PROTECTED]> wrote:
> Curtis,
>
> Your suggestion does not seem to work for me. My apologies for sending you the
>script, but the
> my @food = param('food'); does not work for me! Any and all suggestions would be
>much
> appreciated.
Simon,
No problem about sendi
Curtis,
Your suggestion does not seem to work for me. My apologies for sending you the
script, but the
my @food = param('food'); does not work for me! Any and all suggestions would be much
appreciated.
here is the ovid1.cgi:
#!/usr/local/bin/perl
use CGI qw/:standard/;
print "Content-type
--- "Simon K. Chan" <[EMAIL PROTECTED]> wrote:
> Hi Everybody,
>
> I am trying to send an array as a hidden value in my script as follows:
>
> @array = (eggs, ham, bread, pop);
>
> foreach $food (@array){
> print "";
> }
>
> My two questions are:
>
> 1. Is this the most efficient way of send
Hi Everybody,
I am trying to send an array as a hidden value in my script as follows:
@array = (eggs, ham, bread, pop);
foreach $food (@array){
print "";
}
My two questions are:
1. Is this the most efficient way of sending an array as a hidden value?
2. And if so, what is the corresponding