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