in reply to
Test regex compile
You could
eval{qr /something/};
.
Comment on
Re: Test regex compile
Download
Code
Replies are listed 'Best First'.
Re: Re: Test regex compile
by
scottb
(Scribe)
on May 13, 2004 at 21:19 UTC
Thanks pbeckingham, this was exactly the answer I needed. The key here was being able to test *on the fly*, which this accomplishes well.
[reply]
In Section
Seekers of Perl Wisdom