Help for this page

Select Code to Download


  1. or download this
    for ('<1>', '<2>', '<3>') {
       $x =~ /^(.*<\d>)/$1$_/s;
    }
    
  2. or download this
    $x =~ /^(.*<\d>)/$1<1><2><3>/s;