Help for this page
my $target = 'this is a test of the servise'; ... } else { $target =~ s//foo/; }
[....] If the pattern evaluates to the empty string, the last successfully executed regular expression is used instead. [....]