This covers some interesting thoughts about using Perl from a security perspective where you don't trust the user.
- Use taint to make sure that tainted variables (that came from user input or environment variables) never make it into system/exec calls.
- When using an optimized regular expression, use the /Q /E metacharacter to prevent an eval statement from running arbitrary code.
- Tips and techniques for running a script as a specific user instead of "nobody".

How to Earn a Six Figure Income from Blogging in Two Easy Steps
How NOT to be a Successful Blogger
81 movies for geeks that do not suck
Web Anonymity 101 - Digital Breadcrumbs
76 Romantic Movies for Guys and Girls
107 t-shirts for geeks that do not suck


