Help for this page
# 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"; }
open(NEW, ">&OLD") or die "Cannot dup OLD: $!";