wei ye wrote:

> I'm interested in how OO Perl 6 will be.
> It's very hard to develop big project in a language without OO support,
> so I think OO should be a very important part of Perl6.

Perl 5 supports OO quite well. Read the docs by typing 'perldoc <section>'
where <section> is one of:
           perlboot            Perl OO tutorial for beginners
           perltoot            Perl OO tutorial, part 1
           perltootc           Perl OO tutorial, part 2
           perlobj             Perl objects

Also read Damien Conway's "Object Oriented Perl" if you want to go further.
You'll find that you can develop big projects in perl 5.


Reply via email to