My appologies, I've tried to grok this from the doco, but must have missed it somewhere while trying to parse apache::request somehow?

I've got a script, I want to grab submitted values to it
of the form :

http://foo.bar/perl/script.pl?a=4

And I want to be able to work out what "a" is within script.pl,
ie, within the script I want to set a to "4", or whatever it
gets called as.

I know this is trivially easy to do with CGI.pm,
but how do I do it without CGI.pm?  (caveats
concerning taint etc appreciated)

Carl






Reply via email to