open FH , ">$output_file"; #### open FH, ">>$output_file"; #### print FH "I will print this to a file\n";