Hello: I would like to exit a perl program such that upon exiting, it will return a text string to the calling program. How would I go about doing this?
exit $SomeTextString; doesn't work, since "exit" evaluates the above scalar as an integer. Thank you in advance. Dean Theophilou Genisar -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]