Help for this page
print() on closed filehandle FH at
use warnings; use strict; ... open (FH, '>out.txt'); print FH "start" . $type . "end"; close FH;