Help for this page

Select Code to Download


  1. or download this
    for (@array) {
        s/HAI WORLD Times ([0-9]+).*/
            '\t\t<exML LOLZ = "' . $replacement->($1) . '"/>'
            /eg;
    }
    
  2. or download this
    for (@array) {
        s/$searchString/$replaceString/g;
    }