in reply to CGI param problem
so that it'smy $param = param('para_$co');
hve not tried it, this is just a first look.my $param = param("para_$co");
While we're at it, I might suggest you to use a little more meaningful names and case discipline for your variables, too; it'll make debugging easier.
|
|---|