Help for this page

Select Code to Download


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