http://www.perlmonks.org?node_id=497341


in reply to How to learn Object Oriented Perl

Are you familiar with OO programming as a concept? When I first tried to tackle OO, I was not strong in OO concepts, and I found Perl to be a difficult place to start learning. I found working with other readily available OO languages like JavaScript made getting my head around object concepts a little easier. Then I was able to come back to OO Perl with a better idea how objects should behave.

Replies are listed 'Best First'.
Re^2: How to learn Object Oriented Perl
by ghenry (Vicar) on Oct 04, 2005 at 20:48 UTC

    I think that's the problem and what I am working on at the moment, is the OO concept. Not with Perl, but just in general.

    I am going to try and find something on the web in or the library that is just generic.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!
Re^2: How to learn Object Oriented Perl
by ghenry (Vicar) on Oct 06, 2005 at 11:35 UTC

    Guess what I have been reading now:

    Lesson: Object-Oriented Programming Concepts - on the Sun website ;-)

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!