Help for this page

Select Code to Download


  1. or download this
    {
     my @thsuffix = (qw(th st nd rd), (th) x 6);
    ...
     }
    }
    
  2. or download this
    sub th {
      my $n = shift;
    ...
        return $n . "th";
      }
    }