Help for this page

Select Code to Download


  1. or download this
    sub getExpNumber {
      my $filePath = shift;
    ...
      close(INPUT) or die "Can't close $filePath: $!\n";
      return $n;
    }