Hi I'm a technical recruiter doing a search for people who have experience working with oo perl. I was wondering if someone experienced working with oo perl could explain to me more about it, what it is, why it's important, when it's used, etc ... It would help me out a lot!
Question: oo perl
Collapse
X
-
you can start here:
there are 3 tutorials on perl OO at the above link:
# perlboot - Beginner's Object-Oriented Tutorial
# perltoot - Tom's object-oriented tutorial for perl
# perltooc - Tom's OO Tutorial for Class Data in Perl
They are maybe not the best perl OO tutorials but beter than nothing. You might want to pick up the Perl Bookshelf References on CD (buy them really cheap on Amazon.com) which has several very good perl books included. Make sure to get the test edition if you decide to.
Comment