Help for this page

Select Code to Download


  1. or download this
    $code =~ s/\+/P++; /g;
    
  2. or download this
    $code =~ s/(\++)/"P+=".length($1).";" /eg;
    
  3. or download this
    $code =~ s/(\-+)/"P-=".length($1).";" /eg;