Devel::Debug

<< this way << | index | >> that way >>
The Home of Perl

::Other Methods

Other things you should use for debugging:

  • -w
  • use strict;
  • The log files
  • use CGI::Carp qw(fatalsToBrowser);
  • IDE Products (eg Perl Builder, Komodo)

At the very least you should have:

  • Error traps
  • Preventative medicine (tainting)


^^ up top ^^