in reply to
Re: Difference between Function-oriented and object-oriented in Perl
in thread Difference between Function-oriented and object-oriented in Perl
Back in the days when objects were *just* being introduced to the world at large, the discussion usually revolved around procedural programming and object oriented programming. Given that jeshuashok is using function-oriented as opposed to procedural, it's just a matter of semantics. The potential confusion is that functional languages (e.g Lisp, Scheme, R) have yet another style..