Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my @result = sort keys %{$hash->{"AAA"}};
    print "@result\n";
    
  2. or download this
    KAY1 KAY2 KAY3 KEY1 KEY10 KEY123 KEY2 KEY3 KEY9
    
  3. or download this
    sub keycmp {
        
    ...
    
    @result = sort keycmp keys %{$hash->{"AAA"}};
    print "@result\n";
    
  4. or download this
    KAY1 KAY2 KAY3 KEY1 KEY2 KEY3 KEY9 KEY10 KEY123