Help for this page

Select Code to Download


  1. or download this
    my $ctr = 0;
    for ( 0 .. 5 ) {
    ...
          $ctr++;
       }
    }
    
  2. or download this
    my $variable;
    
  3. or download this
    my $variable = "";
    
  4. or download this
    my $variable = 0;