in reply to phantom log from hell?

Well, it looks like you are attempting to set autoflush in line 4 but you forgot the $ in front of the |. Or is that just a bad pasting job?

Also, regarding that big unless statement. Is that an attempt to get rid of the /bin/sh in the output? You would do better with a single regex. Something like:

unless $input=~m|^(?:/bin/sh|\$\s|/)|;

Bye

Replies are listed 'Best First'.
Re: Re: phantom log from hell?
by jcpunk (Friar) on Jun 16, 2003 at 15:32 UTC
    bad pasteing job, but i apprecate your looking for errors though
    and the reg-ex, i apprecate that a lot