Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^4: Testing failures: How to override print to make it fail?

by adrianh (Chancellor)
on May 05, 2005 at 13:40 UTC ( [id://454360]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Testing failures: How to override print to make it fail?
in thread Testing failures: How to override print to make it fail?

adding "or die" to print is kinda ... dumb.

That entirely depends on the application being developed. I've come across several apps where not checking for the result of print has caused some nasty and expensive intermittent bugs.

(Which is why I wish that print, open, read, etc. threw exceptions by default if called in a void context... Fixed in Perl 6 I think?)

Update: and

use Fatal qw( print );

won't work since print is one of those subroutines that Perl can't override cleanly.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://454360]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found