Help for this page

Select Code to Download


  1. or download this
    # Takes a filehandle and filename and has output to that handle go
    # to STDERR and to that filename.  It will work even if the handle
    ...
      );
      print STDERR "\n__END__\n";
    }
    
  2. or download this
    open(NEW, ">&OLD") or die "Cannot dup OLD: $!";