S
Shan
ok so I have the following:
open my $OUT, '>', 'write.tsv' or die "Error: $!";
write.tsv is the file I want my results printed to.
I want the file to be saved everytime a loop runs so that if the
program crashes I still have the information that was processed.
So i guess I need a save statement inside the loop but i Dont know of
any statements, do yoo?
Thanks in advance
open my $OUT, '>', 'write.tsv' or die "Error: $!";
write.tsv is the file I want my results printed to.
I want the file to be saved everytime a loop runs so that if the
program crashes I still have the information that was processed.
So i guess I need a save statement inside the loop but i Dont know of
any statements, do yoo?
Thanks in advance