Help for this page

Select Code to Download


  1. or download this
    foreach my $var (LIST) { .. }
    
  2. or download this
    my $var;
    foreach $var (LIST) { .. }
    
  3. or download this
    foreach my $var (LIST) { .. }