Help for this page

Select Code to Download


  1. or download this
    s/(nce|nse)/${{nce=>nse=>nse=>nce=>}}{$1}/g
    
  2. or download this
    %repl = (nce => 'nse', nse => 'nce');
    foreach (...) {
       s/(nce|nse)/$repl{$1}/g;
    }