Re: sending @array as hidden variable

2001-08-26 Thread Curtis Poe
--- "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

Re: sending @array as hidden variable

2001-08-26 Thread Simon K. Chan
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

Re: sending @array as hidden variable

2001-08-24 Thread Curtis Poe
--- "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