Help for this page

Select Code to Download


  1. or download this
    ($sEnd) = map {uc}
              map {s/world/todo el mundo/; $_}
    ...
              map {s/hello/goodbye/; $_}
              map {local $_ = $_}
              $sBegin;