#!/usr/bin/perl # Wrapper setup code goes here... # ..... if ( $condition_met ) { exec('perl -d scriptname') or die $!; } else { exec('perl scriptname') or die $!; }
Dave
In reply to Re: perl -d at runtime?
by davido
in thread perl -d at runtime?
by bsb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |