http://qs321.pair.com?node_id=242640


in reply to do-while loop question

You are nrealy there, your Boolean logic is just alittle off. what you need is
while ( ($make_account ne 'y') && ($make_account ne 'Y') );
ie && rather than ||
Hope this helps

_______________________________________________________
Remember that amateurs built Noah's Ark. Professionals built the Titanic.