my %myhash = (); my @data = (); chomp(@data = ); foreach (@data) { %myhash = (@data => $k++); }