in reply to Re: Finding files excluding some
in thread Finding files excluding some

->not( File::Find::Rule->new->name("*.[!ao]") )

I think there should be only one negation. As only *.a and *.o should be ignored, the inner rule should be ...->name('*.[ao]').

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)