Help for this page

Select Code to Download


  1. or download this
    for $x ($string=~/(.)/g) { &WHATEVER ($x); }
    
  2. or download this
    while ($string=~/(.)/g) { &WHATEVER ($1); }