Help for this page

Select Code to Download


  1. or download this
    my @sorted;
    {
    ...
                 $_{ $b } ||= substr( $b, 3, 4 )
               } @array;
    }
    
  2. or download this
    my %hash = map { substr( $_, 3, 4 ), $_ } @array;