Help for this page

Select Code to Download


  1. or download this
    my $counter = 1;
    foreach (lameExcuse()){
      $token = 'text' . $counter++;
      doSomethineWith($token)}
    
  2. or download this
    my $token = 'text00001';
    foreach (lameExcuse()){
        doSomethineWith($token++)}