![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [PERL] Running unix commands within Perl Scripts | userix | Shell Programming and Scripting | 1 | 05-28-2008 03:06 PM |
| strange net::SFTP Perl module debug entry | csgonan | Shell Programming and Scripting | 2 | 10-11-2007 03:04 PM |
| how to write perl substitute command in shell scripts | param_it | UNIX for Dummies Questions & Answers | 3 | 07-03-2007 01:09 AM |
| Replace Perl Module name in all Perl scripts | rahulrathod | Shell Programming and Scripting | 2 | 12-01-2005 10:00 PM |
| Kill a debug command | AJA | UNIX for Dummies Questions & Answers | 3 | 03-01-2004 09:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
what's the debug command for perl scripts
Hi,
Can you please let me know if there's any debug command for perl scripts like set -x for shell scripts |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It's not really a command ... think of it like gdb, the Perl debugger:
http://perldoc.perl.org/perldebug.html |
|
#3
|
|||
|
|||
|
Use -d option with perl:
perl -d <myprogram> |
|||
| Google The UNIX and Linux Forums |