Help for this page

Select Code to Download


  1. or download this
    my $string = "a_sample_string";
    $string =~ m/(?{ tr|_| | })(.*)/;
    print $1;