Devel::Debug

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

::Conclusion

Using Devel::Debug you can:

  • create isolated debug files
  • avoid clogging live log files
  • avoid presenting the live user with debug information
  • store the debug anywhere you wish
  • start and stop debug at specific points

As a side effect:

  • your script won't fall over if debugs fail


^^ up top ^^