Help for this page

Select Code to Download


  1. or download this
    use Exporter 'import';
    our (@EXPORT_OK, %EXPORT_TAGS);
    ...
            all  => [@all],
        );
    }
    
  2. or download this
    if( ! _write_to_filehandle($FH, $contents) ){ warn "error, call to ".'
    +_write_to_filehandle()'." has failed"; close $FH; return undef }
    
  3. or download this
    if( ! _write_to_filehandle($FH, $contents) ) { 
        warn "error, call to ".'_write_to_filehandle()'." has failed"; 
        close $FH; 
        return undef;
    }