Re: list of error return codes

2000-01-25 Thread Earl Hood
On January 24, 2000 at 17:41, Andrew McGregor wrote: > Is there a list of error return codes available anywhere? Yes, in the source code :) > After seeing the errors in my way of using a script and then > using setuid this is the code I replaced it with: > > mhonarc::initialize() or die "$!:

Re: MHonArc startup problems--help needed please

2000-01-25 Thread Earl Hood
On December 30, 1999 at 14:21, Glenn Cooley wrote: > It looks like MHonArc meets my needs but when I run it, it finishes > execution with no > output. I've tried various command lines, but always no output (and no > errors, etc.). > > Suggestions? It is hard to suggest anything unless you tell

[Fwd: list of error return codes]

2000-01-25 Thread Andrew McGregor
I had removed die #2, and it got passed that stage so I had 'hoped' it would be OK - but it is always good to be reassured. After experimenting with options it was '-outdir', "$outdir", that was causing the error, this was fixed by removing the ""'s. I've no idea why, even though the same code wo