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