Help for this page
open (MYOUTFILE, ">outfile.txt") or die "Can't create outfile: $!"; ... # Other code close MYOUTFILE;
if ($i==0){ print MYOUTFILE "$A,$B,n/a\n"; print STDOUT "$A,$B,n/a\n"; }