Help for this page

Select Code to Download


  1. or download this
    sub replace (&$) { local $_ = $_[1]; &{$_[0]}(); $_; }
    
  2. or download this
    $newstr = replace { s/k/w/ } $oldstr;