in reply to insconsistency and things that should not be

This may not be the only problem, but at least it was easy to spot:
#### this is probably not what you want: open STDERR, "/dev/null"; #### it should be: open STDERR, ">/dev/null";
Beyond that, I have to agree with the initial reply -- show a smaller, more focused example where there is a particular output that you intend, and you get something unintended.

Replies are listed 'Best First'.
Re: Re: insconsistency and things that should not be
by jcpunk (Friar) on Jun 18, 2003 at 14:47 UTC
    thanks for the help, i really apprecate it and i will fix that error
    jcpunk

    by the way thanks