open OUTFILE, ">result.html" or die "Can't write to result.html: $!\n"; select OUTFILE; print ""; print "other html stuff";