Help for this page

Select Code to Download


  1. or download this
    print FILEHANDLE myfunction();
    
  2. or download this
    my $output_handle = myfunction();
    if ( $output_handle ) {
    ...
    else {
      # deal with null-handle error
    }