in reply to Newbie Errors - Uninitialized Values
Simply type perl -d myprogram.pl to debug the perl script myprogram.pl. You can move from one line of your main program to the next by hitting the 'n' key. For more info type 'perldoc perldebtut' from the command line.
For a long time I avoided using debug mode, but now I know that it is my friend.
|
|---|