Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 25
hp e3000
perl
programming
debugging
invoke the debugger by starting Perl with the -d
parameter
#!/PERL/PUB/perl -d
examine or modify variables
single-step execution
set breakpoints
list source code
set actions to be done before a line is executed
a 53 print "DB FOUND $foo\n"
debugger terminal I/O may act a bit strangely on MPE