![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Passing 'SELECT MULTIPLE' parameters and CGIby viffer (Beadle) |
on Aug 17, 2010 at 14:16 UTC ( #855496=perlquestion: print w/replies, xml ) | Need Help?? |
viffer has asked for the wisdom of the Perl Monks concerning the following question:
Good folks, I've had a good hunt through this website and it does appear to me what I've done is correct (it obviously isn't)! I'm trying to pass multiple select items via cgi but I only seem to be passing the first entry. The html gets formatted correctly (I think) as The Javascript called when they onclick is and in the called perl cgi program, to receive the parameters I have However whilst what I have in the called perl program may be wrong - since I can see in the error log I'm getting the error "Can't call method "param" on an undefined value"
So the issue I have is that when I select multiple items, I can see that what it is trying to be passed is rather than
atlanta_combine_postscript.cgi?&env=PROD&runs=2010-08-17 ----- 0397332010-08-17 ----- 039753
(if indeed that is how I would expect to see multiple items passed in)?
Back to
Seekers of Perl Wisdom
|
|