Here is my two-penny experience:
- When you work on a project that involves a group of people, OO gives you a more clear way to communicate among team members.
- OO is such a nature way of thinking, as that's exactly how things are organized and arranged in the real world.
| [reply] |
I think the biggest single reason to learn OO Perl is because most CPAN modules use it. You can save yourself an enormous amount of development time by using the modules on CPAN, more than enough to justify learning OO Perl.
The best way to learn OO Perl is to buy Damian Conway's Object Oriented Perl. If you read that book and still don't know why you should write OO Perl code then you need more help than we can provide!
-sam
| [reply] |