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

RE: [Perl-unix-users] debugging option

2003-01-24 Thread Matt Schneider
Diar, 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 is very robust but takes a bit to get famil

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] Hash in win and Unix

2003-01-24 Thread Craig B. Nakata
Pablo, For @keys=%gen try @keys = keys(%gen) Hope this helps Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-unix- > [EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, January 23, 2003 7:36 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Hash in

RE: [Perl-unix-users] debugging option

2003-01-24 Thread Craig B. Nakata
Try Devel::Trace you can get it from CPAN or you add print statements (that write to a log file) to your script. Your problem sound more like a user lp does not have permission to do something (e.g., access a file or run a command) or it could be a path or environment problem, since lp does not has