RE: [Perl-unix-users] debugging option

2003-01-24 Thread Craig B. Nakata
ED]] On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, January 23, 2003 12:44 PM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] debugging option > > Is there a more detailed debugging option to use on perl besides -w? I am > currently using #!/bin/perl -w but it does

RE: [Perl-unix-users] debugging option

2003-01-24 Thread Jenda Krynicky
From: Matt Schneider <[EMAIL PROTECTED]> > There is also a -d option that runs the perl debugger. This is an > option that allows you to step through the running program one line of > code at a time and to things like print to the screen exactly what a > variable contains a particular point. It i

RE: [Perl-unix-users] debugging option

2003-01-24 Thread Matt Schneider
familiar with because it has so many commands. Matt Schneider Programmer/System Administrator SKLD Information Services, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: [Perl-unix-users

Re: [Perl-unix-users] debugging option

2003-01-24 Thread Parashar Vivek
Hi !!! friend you can use ddd i.e visual debugger i think it might prove helpful. regards vivek > [EMAIL PROTECTED] wrote: > > Is there a more detailed debugging option to use on perl besides -w? I > am > currently using #!/bin/perl -w but it does not catch the error I am > running > int

[Perl-unix-users] debugging option

2003-01-23 Thread diar_gashi
Is there a more detailed debugging option to use on perl besides -w? I am currently using #!/bin/perl -w but it does not catch the error I am running into. Something equivalent to the -x option shell scripts use, would be really useful. The script is used for printing to an IBM printer. It determin