in reply to What's the most important thing to learn in the Perl world?

Thanks everyone. All your advice is greatly appreciated!!!

You have confirmed my thoughts, in that references/objects are pretty much the next step to take, which will make a lot of other things fall into place.

I'm off to buy Learning Perl Objects, References, and Modules

Thanks again all.

Gavin.

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!
  • Comment on Re: What's the most important thing to learn in the Perl world?

Replies are listed 'Best First'.
Re^2: What's the most important thing to learn in the Perl world?
by Anonymous Monk on May 11, 2005 at 17:31 UTC
    Damian Conway's book is still the best on this subject IMHO...
      I agree. Get comfortable with references, and then read Object Oriented Perl cover to cover. Not only will you write better code, it will also be much easier to interact with modules from CPAN.