Help for this page

Select Code to Download


  1. or download this
        open my $fh => "$tempDir/nbssbaseblds.txt" or die "Open failed: $!
    +\n";
        while (<$fh>) {
    ...
                last;
            }
        }