Michael Weber wrote:
> 
> Just wondering.
> 
> After I debug my perl scripts do I still need the strict and warnings
> flags?

No.

> Does it hurt performance having them?

No.

> Does it hurt security removing them?

No.

> The scripts are for system admin only, not CGI where I would assume
> they should be left in.

Having strictures and warnings enabled does not guarantee that the code
will be correct or robust or secure.  They are only provided to help you
find obvious mistakes.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to