Help for this page

Select Code to Download


  1. or download this
    while ($sth=~/sth(sth)/g)
     {}
    
  2. or download this
    $mycopyofstring=$sth;
    while ($mycopyofstring=~s/sth(sth)//) {
    }