open(test, ">test.html") flock test, 2; print test "Whatever you want to say"; close(test);