Help for this page

Select Code to Download


  1. or download this
    my @list;
    for my $item(@array1) { # assumes you are reading the list into an arr
    +ay and also
                            # assumes that the command between c1 and the 
    +newline is spurious
        push @list, $item;
    }