Help for this page

Select Code to Download


  1. or download this
    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";