in reply to Recursive If statement not working.
while (( lc($autoSubmit) ne "y") and ($autoSubmit ne "n")) { print "You did not enter in Yes or No. Please try again\n"; autoSubmit; } [download]