in reply to Re: Re: Insecurities in my scripting
in thread Insecurities in my scripting

If you set taint mode, your program will not be more secure, but Perl will warn you of (some) possible security problems. That is, Perl will refuse to run it if it thinks it is not secure enough.

-- 
        dakkar - Mobilis in mobile
  • Comment on Re: Re: Re: Insecurities in my scripting