Help for this page

Select Code to Download


  1. or download this
    sub frobnicate {
        my ($string) = @_;
        $string =~ s/foo/bar/g;
        return $string;
    }