void exit(int returncode)
Exit the whole Pike program with the given returncode .
Using exit() with any other value than 0 (zero) indicates that something went wrong during execution. See your system manuals for more information about return codes.
_exit()