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

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

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

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