Help for this page

Select Code to Download


  1. or download this
    print map( change($_, \@toFind, \@toChange), @animals );
    ...
    ...
      }
      return $str;
    }
    
  2. or download this
    # replace($string, \@from, \@to, $allow_recursion)
    # recursion is turned off by default
    ...
    
      return $str;
    }