use strict; use warnings; my $msg = '9:23:17'; open (LOG, ">>", 'delme.txt'); print log "$msg\n"; close LOG;