##
open(IN, $taxFile) || die "$taxFile couldn't be opened $@\n";
while() {
chomp;
@line = split("\t");
$sid = $line[0];
$sidHash{$sid}{state} = $line[1];
$sidHash{$sid}{rate} = $line[2];
}
## ##
xyz
http://www.xyz.net
CPC
5403020
1
1
IN, MI, WI
7.000, 6.000, 5.500