Help for this page

Select Code to Download


  1. or download this
       while($a) {
            $a=b $a=~/(.{2})(.*)/g;
       }
    
  2. or download this
    1 while($a=b $a=~/(.{2})(.*)/g);