Perl and PHP code can be written in both procedural and object-oriented style. My question is simple. When to use which?

I heard that OOP style code executes much slower, because usage of objects and classes slow down the execution of scripts. But I don't know how true this is.

Anyone?