http://www.perlmonks.org?node_id=726725


in reply to Re^3: Repeating an input prompt
in thread Repeating an input prompt

Got it. When I first looked at it, I was thinking the do..until loop was still controlling the 'outer' loop..like in my original code. Now I see that you moved that to a while loop.