in reply to Re^2: Using the Perl Debugger (-d)
in thread Using the Perl Debugger (-d)
#!/usr/bin/perl -s use warings use strict;
use vars $d;
Updateuse vars qw/$d/; print "Debugging message..." if $d;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using the Perl Debugger (-d)
by bart (Canon) on Jan 26, 2007 at 11:59 UTC | |
by BrowserUk (Patriarch) on Jan 26, 2007 at 12:09 UTC |