Help for this page

Select Code to Download


  1. or download this
    my $item;
    while (defined($item = shift @array)){
         print $item, "\n";
    }