}
> 
> 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]

Reply via email to