Help for this page

Select Code to Download


  1. or download this
    my $start;
    my $total;
    for ($start=0; $start<=$total; $start++) {
    #do stuff in the loop
    }
    
  2. or download this
    elsif ($counter == 5) {
      print "Finishing up.\n"
    }