Re: Debugger in PErl

2008-04-14 Thread jeevs
On Apr 11, 6:08 pm, [EMAIL PROTECTED] (Jeevs) wrote: > Thanks for the pointer Jenda And Chas.. > A little problem here... I was able to debug a sample script from > command line... > > However when i used the !#c:/perl5.10/bin/perl.exe -d:pktdb to debug > cgi scripts through browser nothing happe

Re: Debugger in PErl

2008-04-12 Thread Daniel Kasak
On Thu, 2008-04-10 at 03:44 -0700, jeevs wrote: > Is there a good debugger for perl. I have an application running on > Ubuntu , with apache and mod perl along with mysql. and we are into > reverse engineering the product. And need to debug the code. Is there > any debugger for perl other than the

Re: Debugger in PErl

2008-04-11 Thread jeevs
Thanks for the pointer Jenda And Chas.. A little problem here... I was able to debug a sample script from command line... However when i used the !#c:/perl5.10/bin/perl.exe -d:pktdb to debug cgi scripts through browser nothing happens and the script just does nothing except throwing the problem

Re: Debugger in PErl

2008-04-10 Thread Jenda Krynicky
From: jeevs <[EMAIL PROTECTED]> > Is there a good debugger for perl. I have an application running on > Ubuntu , with apache and mod perl along with mysql. and we are into > reverse engineering the product. And need to debug the code. Is there > any debugger for perl other than th

Re: Debugger in PErl

2008-04-10 Thread Chas. Owens
On Thu, Apr 10, 2008 at 6:44 AM, jeevs <[EMAIL PROTECTED]> wrote: > Is there a good debugger for perl. I have an application running on > Ubuntu , with apache and mod perl along with mysql. and we are into > reverse engineering the product. And need to debug the code. Is there > any debugger for