![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: File Namingby young perlhopper (Scribe) |
on Aug 01, 2000 at 07:50 UTC ( #25401=note: print w/replies, xml ) | Need Help?? |
The key here is to never ever ever EVER trust user input.
When you are programming CGI of any type you must look at
every piece of input and say "what's the worst possible thing
that a user could enter into this field, and how would I deal
with it?" In short, Program defensively. Mark
In Section
Seekers of Perl Wisdom
|
|