On Sat, 24 Jan 2004, Paul Reiff wrote: > Hello, > > since i'm to write a perlscript that has to execute analog, i need to > know the possible return values of analog. Couldn't find them in the > Docs. Does anyone know them are can tell me were to look for the > Information ? >
analog returns EXIT_SUCCESS (usually (always?) 0) on success; EXIT_FAILURE (usually 1) on failure; and EXIT_FAILURE+1 if it was terminated by a signal (such as SIGINT, for example). -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "The internet is a reflection of our society. If we do not like what we see, the problem is not to fix the mirror, we have to fix society." (Vint Cerf) +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------