in reply to Re: Unwanted parameter when executing CGI scripts
in thread [SOLVED] Unwanted parameter when executing CGI scripts

Wow, that was fast!

But wouldn't that kill a "wanted" parameter "keywords" as well? In other words, as I wrote above, if I call

/cgi-bin/script.pl

the "keyword" parameter should not be existent, but if I call

/cgi-bin/script.pl?keywords=foo

the "keyword" parameter should be available in the script.

Could you please let me know if I have misunderstood the concept of your suggestion?

Regards,

Nocturnus

  • Comment on Re^2: Unwanted parameter when executing CGI scripts