Help for this page

Select Code to Download


  1. or download this
    $template = "some sentence x";
    $val = 1;
    ...
      print "$val $foo\n";
      $val++;
    }