On Wednesday 12 February 2003 10:33, Dave Cross wrote: > > It's easy. After starting your script with "perl -d > > script.pl", there's only 3 commands. One of them is "q" > > to quit[1]. Next is "n", to go the next line of your > > code. Repeat until problem found. Last comes "x" to > > display data structures. > > You missed "s" to step into subroutines.
and (at risk of turnig this into a 'list all the commands in the debugger' thread) .. "o" to step back out of the subroutine is handy too ... -- Robin Szemeti