Help for this page

Select Code to Download


  1. or download this
    @newlist = grep (s/(\d+-PVC_\d+)/ &function1($1)/e, @oldlist);
    
  2. or download this
    @newlist = grep (s/(\d+-PVC_\d+)/ &function1($1) \/ &function2($1)/e, 
    +@oldlist);