in reply to Re: Re: Checking input
in thread Checking input

A tip to reenforce [Abigail's sentiments:

You can test your CGI scripts by running them from the command line before you deploy them. If the script needs command line parameters, supply them via the command line as well. If you pipe the output to a file, you can check the results by looking at the out with a browser. The best bit is that you will see any compiletime or runtime errors at the terminal rather than having to search the logs

See the CGI.pm code for more info.


..and remember there are a lot of things monks are supposed to be but lazy is not one of them

Examine what is said, not who speaks.
1) When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
2) The only way of discovering the limits of the possible is to venture a little way past them into the impossible
3) Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke.