Help for this page

Select Code to Download


  1. or download this
    1 => 'first',
    2 => 'second',
    ...
    ...
    30 => 'thirtieth',
    ...
    
  2. or download this
    use Number::Spell;
    
    ...
    }
    
    print join(', ',@stringlist);