in reply to Losing control of large regular expressions

Try to set the environ var PERL_SIGNALS. export PERL_SIGNALS="unsave" this may help.
Boris

Replies are listed 'Best First'.
Re^2: Losing control of large regular expressions
by scottb (Scribe) on Jan 12, 2005 at 00:26 UTC
    I assume you mean: $ENV{PERL_SIGNALS} = "unsafe"; Thanks for the idea, but no luck I am afraid.

      I believe that you have to set the environment variable before invoking Perl, not within Perl. My reading of perl.c suggests that Perl sets the appropriate internal flag before parsing the script.