open(OUTFILE, ">$file.htm"); flock(OUTFILE, 2); @lines=; print OUTFILE "stuff"; close(OUTFILE);