J
Jaap Karssenberg
I have a script cgi-bin/test.pl that uses the CGI module and takes named
parameters, now I also want it to be able to be called with the
cgi-bin/test.pl/foo syntax, but I didn't succeed getting the value
"foo". I tried various things with CGI:
aram and also tried @ARGV but
no luck
. Can anyone tell me how to get this value ?
parameters, now I also want it to be able to be called with the
cgi-bin/test.pl/foo syntax, but I didn't succeed getting the value
"foo". I tried various things with CGI:
no luck