'''errx''' The idea of errx came to me as I was enerved by debugging puts. It resembles a bit of the BSD ''errx/warnx'' pair, although it combines both functionalities into one function. Furthermore it offers something like a debuggers '''bt''' , i.e. backtrace. It is not yet finished, but I use it daily already, although the more fancy things (like the bt) are not yet fully finished or even nonexistant. Once I'm home again, gonna pack it up, load it up, and offer it somewhere for download... ''Martin Weber'' [mailto:Ephaeton@gmx.net] ---- Make it simple, paste it here - code on a wiki page, with the ensuing discussions, is more attractive and pedagogical than a URL to download a tar.gz bundle... ([RS] ;-) ---- In fact I had exactly that in mind - errx itself is lean, but I am using it in a bundle with some other stuff - bgerror, and some other utility stuff which I've packed into ::Error ... gonna present errx here and offer the rest for download :) -----