Help for this page

Select Code to Download


  1. or download this
    foreach my $record (@records) {
      # Do stuff with $record
    }
    
  2. or download this
    for(;$index<@records;$index++) {
      # Do stuff with $records[$index]
    }