CGI parameters

2005-10-24 Thread Dermot Paikkos
Hi, I am trying to access the parameter list from a form. I keep getting a Not an ARRAY reference at (eval...). The error seems to refer to my @names = $q-param; If I use Dump I get: # imp * list.txt # dsc * Groovey * # set * # usr * DP # job * jobs/DP227 # go * Y #

Re: CGI parameters

2005-10-24 Thread Ovid
--- Dermot Paikkos [EMAIL PROTECTED] wrote: Hi, I am trying to access the parameter list from a form. I keep getting a Not an ARRAY reference at (eval...). The error seems to refer to my @names = $q-param; I suspect you're off by a couple of lines: my @names = $q-param; my $params