Do you have write permissions where it is trying to create the file? Add a die statement after the open
open FILE, ">", "$hhmmss.txt" or die "Could not open file\n";
Do you have write permissions where it is trying to create the file? Add a die statement after the open
open FILE, ">", "$hhmmss.txt" or die "Could not open file\n";