Help for this page

Select Code to Download


  1. or download this
    $this=someFunc();
    $that=result($this);
    $that=~s/(\d+)/data($1)/eg;
    
  2. or download this
    $this = someFunc();
    $that = result($this);
    $that = ~s/(\d+)/data($1)/eg;