Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Test-a-Rex

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


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 13: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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-16 11:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found