Help for this page

Select Code to Download


  1. or download this
    sub prog_replace_string {
        my $replace_this = shift;
        my $with_this  = shift;
    ...
        }
        return $string;
    }