Help for this page

Select Code to Download


  1. or download this
    perl -le'sub uc{@_[0]^" "};print uc($_)for(a..z)'
    
  2. or download this
    perl -le'sub flip{@_[0]^" "};print flip($_)for(a..z)'