Help for this page
if (-e "v:/tf_out.txt") { ... { die "File does not exist\n"; }
unless (-e "v:/tf_out.txt") { die "File does not exist\n"; }