Help for this page

Select Code to Download


  1. or download this
    print join "\n",
       map{ join " ",map{ ucfirst(lc) } split / / } split /\|/;
    
  2. or download this
    @array = map{ join " ",map{ ucfirst(lc) } split / / } split /\|/;