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