cosmicperl has asked for the wisdom of the Perl Monks concerning the following question:
to drop out if this die is generated within an eval block, but my issue is that the eval block is dying within it's compile time.die @_ if $^S;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SIGDIE problem at eval compile time
by anonymized user 468275 (Curate) on Apr 15, 2011 at 11:04 UTC | |
by JavaFan (Canon) on Apr 15, 2011 at 11:11 UTC |