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
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
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
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
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