Help for this page

Select Code to Download


  1. or download this
    map {s/.../.../ge; $_}
    
  2. or download this
    map {(my $x= $_)=~s/.../.../ge; $x}