Help for this page
my $string = "aaaaaaaaa"; $modifiers = "g"; $string =~ s/(?$modifiers:a)/b/; # ?? print $string;