Help for this page
sub prog_replace_string { my $replace_this = shift; my $with_this = shift; ... } return $string; }