in reply to Re: Initial Devel::UncheckedOps, a macro for perl
in thread Initial Devel::UncheckedOps, a macro for perl
I still wonder if that would error if the buffer weren't flushed though. It at least makes it more likely especially as the default also puts an `or die $!` on the close() op. There isn't anything to be done about implicit closes though.
An update. It has been suggested that I patch perl so that failures during implicit closes throw warnings, probably in the 'io' class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Initial Devel::UncheckedOps, a macro for perl
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 |