eb4b340
1 2 3 4 5
$Outfile = "file_list.txt"; open( DAT,">$Outfile") || die("Cannot Open File"); print DAT ""; close(DAT);