Help for this page

Select Code to Download


  1. or download this
    my @newArray;
    
    foreach my $element ( @array ) {
      push $element, @newArray if $element;
    }