|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Re: Re: Re: Monitor file require/useby bikeNomad (Priest) |
| on Jul 30, 2001 at 15:34 UTC ( [id://100898]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
If you want to debug a CGI, look at Devel::ptkdb, which will open a Tk debugger for you. You can set breakpoints on specific lines as needed, possibly with conditions. Beyond that, note that "scripts" don't call modules. They require or use modules (which is what my debugger script catches); they call subroutines/methods that were defined by the modules.
In Section
Code Catacombs
|
|
||||||||||||||||||||||||