Help for this page

Select Code to Download


  1. or download this
    my $string = "1234";
    $string =~ s/.*/print("($&)");'go'/egs;   # (1234)()