in reply to Re: When not to use taint mode
in thread When not to use taint mode
Thank you for such a comprehensive and informative answer.
Taint mode is strongly suggested for server programs and any program run on behalf of someone else, such as a CGI script
As most of my Perl programming runs on a webserver, and most of that in a CGI context, I guess I should be turning on taint mode!
|
|---|