Help for this page

Select Code to Download


  1. or download this
    for ( my $Index = 0; $Index < 5; $Index++ )
    {
      ...  # code here that uses $Index
    }
    
  2. or download this
    {  #  Start black of code
      ..
    ...
      ..
      ..
    }