Help for this page

Select Code to Download


  1. or download this
    open INFILE, "$ARGV[0]";
    @aTryptic = <INFILE>;
    ...
        $hSemiTryptic{$accSeq} = $aSemiTryptic[$i];
        $aSemiTryptic[$i] = $accSeq;
    }
    
  2. or download this
    foreach $one (@arrayA) {
        chomp $one;
    ...
            print "$hashA{$one}";
        }
    }