Help for this page

Select Code to Download


  1. or download this
    } while( ($make_account ne 'y') && ($make_account ne 'Y') );
    
  2. or download this
    } until ( ($make_account eq 'y') || ($make_account eq 'Y') );