use strict; use warnings; open FILE, $my_file or die "Can't open $my_file\n"; my %hash; while () { my ($name, $code) = split(/\t/); }