Help for this page

Select Code to Download


  1. or download this
    my $template = 'aaa <%xx%> bbb';
    my $repl = substr $template, index($template, '<%xx%>'), length('<%xx%
    +>'), '//div[@id="abc"]';
    print $template; # aaa //div[@id="abc"] bbb