Help for this page
my @columns= qw(A R N D C Q E G H I L K M F P S T W Y V B Z X); my %hash= ...; print "@columns\n"; print "@hash{ @columns }\n";