Help for this page
Select Code to Download
Select
or
download this
while (<LIST1>) { ($V1, $V2) = split /\t/; $all_V1{$V1}++; $all_V2{$V2}++; }