Help for this page

Select Code to Download


  1. or download this
    foreach my $element (@array) {...
    
  2. or download this
    my @array = qw(a b c d e f g);
    
    ...
            print "$element\n";
        }
    }