open(test, ">test.html"); #### flock test, 2; #### print test "Whatever you want to say"; #### close(test); #### open(test, ">test.html") or die "Cannot open test2.html for writing: $!";
## flock test, 2; ##
## print test "Whatever you want to say"; ##
## close(test); ##
## open(test, ">test.html") or die "Cannot open test2.html for writing: $!";