Help for this page

Select Code to Download


  1. or download this
    for (@old) {
      push @new,@pre if /START_RE/;
      push @new,$_;
      push @new,@post if /END_RE/;
    }