Help for this page

Select Code to Download


  1. or download this
    while(@array1 or @array2) {
        while(@array2) {
    ...
            # Do various things
        }
    }