in reply to Re: Re: breaking from a scriptin thread breaking from a script
if (!system("adduser bob")) { print "system returned 0 everything is ok"; exit 0; } else { print "there was an error, exit and return 127 to the os"; exit 122; } [download]