in reply to Re^2: MySQL Data Insertion Errors w/ Perl
in thread MySQL Data Insertion Errors w/ Perl

In a nutshell, they catch many mistakes commonly made in Perl.

For more details, your local Perl install has the full scoop:

% perldoc strict % perldoc warnings
Update: see also Some things that will make your life easier as a Perl coder

Replies are listed 'Best First'.
Re^4: MySQL Data Insertion Errors w/ Perl
by ingsoc747 (Acolyte) on Nov 19, 2004 at 18:39 UTC
    Cool, thanks!