I want to change it so that the $text[11] could also be $text[12],$text[14],$text[15],$text[19] is this possible? if so how? Thank you!foreach (<$bh>) { my @text=split(/\t/); $bHash{$text[0]} = $text[11]; }
In reply to Hash Question by perlnoobster
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |