Help for this page
Select Code to Download
Select
or
download this
sub frobnicate { my ($string) = @_; $string =~ s/foo/bar/g; return $string; }