Make sure to run the server with the following setting in the httpd.conf file:
PerlTaintCheck On
As discussed in Chapter 6, taint checking doesn't ensure that your code is completely safe from external hacks, but it does force you to improve your code to prevent many potential security problems.
 
Continue to: