Help for this page
Select Code to Download
Select
or
download this
my $string = "1234"; $string =~ s/.*/print("($&)");'go'/egs; # (1234)()