I've got this index thing on a website of mine that works out what you want from it by getting options from the QUERY_STRING environment variable. Someone said I should be using CGI.pm to do the actual working out of the arguments for me... and someone else said
I should use something called CGI qw/:standard/; ... What are they? Basically I'm afraid of someone writing something like
in some way that gets past my parser... I want to secure against that any suggestions?