Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        return $match{$b} <=> $match{$a};
    }
    
  2. or download this
    A - 1
    E - 2
    ...
    B - 5
    E - 2
    A - 1