Help for this page
print FILEHANDLE myfunction();
my $output_handle = myfunction(); if ( $output_handle ) { ... else { # deal with null-handle error }