Expect the Unexpected
What's wrong with this code?
open my $fh, '>', $state_file; print $fh "RUNNING"; close($fh);