http://qs321.pair.com?node_id=150529


in reply to audit.pl

Hi, just a few general suggestions that will make your life a bit easier:

 

Replies are listed 'Best First'.
Re: audit.pl
by Arcanum (Sexton) on Mar 11, 2002 at 19:34 UTC
    Thanks for your suggestions.

    I generally use the -w flag, but I didn't want this to throw warnings to unsuspecting users. It should only be used by 3 people, anyhow. Using -w on the command line doesn't trow warnings for this one.

    I've never used strict, but I have seen it mentioned before. It is my understanding that it forces me to predefine my variables. This will avoid problems down the line caused by variables with uncertain values. Is that correct?

    Error checking has never been one of my strong points :P But yes, you are correct, I should check for the ability to open the output file.

    By the way, how would I add the -w flag to the script in Windows? Most of my (limited) Perl coding has been on Linux, so I've just needed to add it to the #!/usr/bin/perl line.

    Thanks again!