On Sun, 4 Aug 2002 00:17:38 -0700, [EMAIL PROTECTED] (Saurabh)
wrote:

>(b)The second solution is to use a perl debugger called ptkdb. I am not sure how much 
>useful is this ptkdb in debugging a web appplication.

This is your best bet. You need to deal with the xhost issue when try to
do it over a network connection. But you should be doing almost all your
debugging on your local server, then ptkdb will work great. 

Just put 
#!/usr/bin/perl  -d:ptkdb
BEGIN {$ENV{DISPLAY} = ":0.0";}

at the top of your script.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to