Help for this page

Select Code to Download


  1. or download this
    my @array = qw(a few items in the array);
    
    foreach my $element (@array) {
       do_something_with($element);
    }