Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
"be consistent"
 
PerlMonks  

Re: Re: Test-a-Rex

by ChOas (Curate)
on Sep 04, 2001 at 08:14 UTC ( [id://109989]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Test-a-Rex
in thread Test-a-Rex

Hey!,

Yeah, known problem.. but I think I`ll take it as-is,
it results from the program unleashing the regex, even while
it is not totally finished, it being in an eval won`t crash the
program, but the eval does....

I might have opted for a 'try-it' button after one finishes writing
the regex, but I think part of the strength of this program is that
you can see the different matches/results while you are building/writing
the regex


GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Replies are listed 'Best First'.
Re: Re: Re: Test-a-Rex
by jepri (Parson) on Sep 05, 2001 at 09:59 UTC
    Just swtich off warnings for that section with no warnings; or trap the warning call with $SIG{__WARN__} or redirect STDERR to /dev/null with open STDERR, ">/dev/null";

    I recommend the third. You can redirect to anywhere (say a "log" file) for systems with no /dev/null

    ____________________
    Jeremy
    I didn't believe in evil until I dated it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://109989]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.