The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
File::Coda
==========

File::Coda closes standard output, ensuring that any error is reported

Usage is simple.  Just insert this line near the top of your script:

	use File::Coda;

Then, if your script writes to stdout, you can rely on it exiting
nonzero with a proper diagnostic if writing to standard output fails.