Help for this page

Select Code to Download


  1. or download this
    my (@array1, @array2, @array3); # defined elsewhere
    for ( @array1, @array2, @array3 ) {
        # do something with $_
    }