in reply to perl -d at runtime?
#!/usr/bin/perl # Wrapper setup code goes here... # ..... if ( $condition_met ) { exec('perl -d scriptname') or die $!; } else { exec('perl scriptname') or die $!; }
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: perl -d at runtime?
by bsb (Priest) on Dec 19, 2003 at 02:51 UTC | |
by davido (Cardinal) on Dec 19, 2003 at 05:18 UTC | |
by bsb (Priest) on Dec 19, 2003 at 08:17 UTC | |
by Anonymous Monk on Dec 19, 2003 at 08:43 UTC | |
by Anonymous Monk on Dec 19, 2003 at 04:11 UTC |