In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Mike Ni) writes:
>I have at least 25 perl files written by a person who
>isn't here anymore. All these perl script files were
>programmed to serve the inquiry from the Internet via
>the web server. 
>
>For me to understand the logic behind all these perl
>files, I want to find a way so I can trace the flow
>and look into the data structure. 
>
>In addition to "perl -d", is there better way to do?
>
>Since, these perl scripts were written taking to the
>webserver, therefore the "perl -d" would not work me
>very well? Am I right? 

ptkdb supports remote debugging hooks that will do
what you want.

Perl programs intended to run behind a web server
should be developed so that they can be tested
from the command line, so you don't have to ask for
this help in the first place.

-- 
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to