Tim Musson wrote:
> 
>   Hey all, I have noticed people suggesting/using the 'use warnings;'
>   statement, and I had been using the 'use diagnostics;' statement.  I
>   started the 'diagnostics' thing based on reading this list a number
>   of months ago.  Now the recomendation seems to have changed.  Is
>   that true, and if so, is there a reason?

You should use either warnings or diagnostics, they do the same thing
but diagnostics is the verbose version of warnings.  If you want to look
up the diagnostic messages yourself search the perldiag.pod document.

perldoc perldiag


John
-- 
use Perl;
program
fulfillment

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

Reply via email to