close (BADSYMS);
if (-z BADSYMS ) {
unlink "BADSYMS.out" or die ("Cant delete BADSYMS.out");
print "hi";
}
else { print "Bad symbols contained in BADSYMS.out\n"; }
####
Stat on unopened file at test.pl line 317
####
unless (open (BADSYMS, ">BADSYMS.out")) {
die ("Can't open output file BADSYMS.out\n");
}