Pete Ratzlaff > Astro-FITS-CFITSIO-1.03 > examples/check_status.pl

Download:
Astro-FITS-CFITSIO-1.03.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Astro-FITS-CFITSIO-1.05

check_status( ) ^

        $retval = check_status($status);

Checks the CFITSIO status variable. If it indicates an error, the corresponding CFITSIO error message is carp()ed, and a false value is returned. If the passed status does not indicate an error, then a true value is returned and nothing else is done