} > > or if you want to be the quickest in the world, try: > > unless ($line =~ /^ (?! [Ldf] ) > (?! LOG_INFO | dhcp | ftpd ) > /x) { > > # line doesn't start with them > } I believe that would also catch lines such as: don't print this line, it doesn't start with LOG_INFO -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re:don't begin Jorge Goncalvez
- Re: don't begin Andrea Holstein
- Re: don't begin Jeremy Vinding
- Re: don't begin Andrea Holstein
- RE: don't begin Jeremy Vinding