Next | Making Programs Faster | 76 |
Lots of functions for haruspication
See perldebguts (or perldebug) for fullest details
@{"::_<foo.pl"} contains the source code of foo.pl
%DB::sub contains subroutine start-end information
DB::DB() is called before each executed line
caller() returns current package, filename, line as usual
caller() also sets @DB::args when called from package DB
Next | Copyright © 2003 M. J. Dominus |