in reply to Re: Re: How to identify invalid reg. expr.?
in thread How to identify invalid reg. expr.?
I just ran the script through the debugger, and it turns out that $@ contains the following:
I have no idea what this means. Like I said in my earlier post, I don't know the finer points of using eval, or what's causing it to not dump core. Anyway, how can I make this safer? (I plan to post the entire script for a review one of these years, after I tweak one or two more things, and find a place to host the script.)104: if ($@) { DB<2> x $@ 0 '/(?{ dump })/: Eval-group not allowed at runtime, use re \'eval\' +at dbsearch.pl line 103. ' DB<3>
--
There are 10 kinds of people -- those that understand binary, and those that don't.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: How to identify invalid reg. expr.?
by samtregar (Abbot) on Jun 05, 2002 at 20:11 UTC | |
by Smylers (Pilgrim) on Jun 06, 2002 at 12:13 UTC | |
by mephit (Scribe) on Jun 06, 2002 at 19:44 UTC |