Help for this page

Select Code to Download


  1. or download this
    # Here's one using 'push':
    my @array;
    ...
    foreach my $item ( @array ) {
        print $item, "\n";
    }