Help for this page
unless(open TST, ">>$var1") { ... exit; # or die "Failed to open $var1: $!"; } # rest of code here.