Help for this page
$repl = '\";`hacked`;\"';
sub munge_string { my ( $str, $pat, $repl ) = @_; ... $str =~ s/$pat/$repl/eeg; return $str; }