Perldebug

PERLDEBUG(1) Perl Programmers Reference Guide PERLDEBUG(1)

Perldebug

PERLDEBUG(1) Perl Programmers Reference Guide PERLDEBUG(1) # PERLDEBUG(1) Perl Programmers Reference Guide PERLDEBUG(1) NNAAMMEE # perldebug - Perl debugging DDEESSCCRRIIPPTTIIOONN # First of all, have you tried using "use strict;" and "use warnings;"? If you're new to the Perl debugger, you may prefer to read perldebtut, which is a tutorial introduction to the debugger. If you're looking for the nitty gritty details of how the debugger is _i_m_p_l_e_m_e_n_t_e_d, you may prefer to read perldebguts. ...