Help for this page

Select Code to Download


  1. or download this
    my $index=0;
    for ($index=0;$index<=$x;$index++) { }
    
  2. or download this
    for my $index(0..$x) { }