in reply to Initial Devel::UncheckedOps, a macro for perl
Just a quick question for you diotalevi. What is the reasoning behind altering every print or printf statement and not just those associated with a filehandle other than STDOUT? This question popped into my head when I saw:
print "Hello world!\n"; # Becomes # print "Hello world!\n" or die $!;
I have an idea as to why you did that. Rather than show ignorance and spout off some possibly totally stupid idea (I am still a novice perlguts/B spelunker after all), I think I'll just wait for a response. :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Initial Devel::UncheckedOps, a macro for perl
by diotalevi (Canon) on Jun 17, 2004 at 18:02 UTC | |
by Mr. Muskrat (Canon) on Jun 18, 2004 at 15:41 UTC | |
by diotalevi (Canon) on Jun 18, 2004 at 18:10 UTC | |
by Mr. Muskrat (Canon) on Jun 19, 2004 at 05:01 UTC | |
by diotalevi (Canon) on Jun 19, 2004 at 12:11 UTC |