NAME
File::Coda - a global destructor that closes stdout, with error-checking
SYNOPSIS
use File::Coda;
DESCRIPTION
File::Coda defines a global destructor that closes STDOUT and reports any failure. If the close fails, it means some script output was lost. This is diagnosed via 'warn'. If the incoming exit status is zero, set it to one, by default, so the script will exit with error status.
AUTHOR
Jim Meyering <jim@meyering.net>, Ed Santiago <esm@pobox.com>