sub replace_special_chars { my $text = shift; $text =~ s/foo/bar/g; return $text; }