Help for this page

Select Code to Download


  1. or download this
    perl -e "$_='ZENO WAS HERE';@ph=map {ucfirst(lc)} split(/[\s.,-]+/);pr
    +int qq(@ph)"
    
  2. or download this
    perl -p -e "@ph=map {ucfirst(lc)} split(/[\s.,-]+/);print qq(@ph)" c:\
    +foo.dat
    
  3. or download this
    perl -e '$_="ZENO WAS HERE"; print map {ucfirst(lc)," "} split/\s+/'