Thanks all for the good resources on OOP. I have been reading a few perl books and it seemed not to sink in. the link that I got on the web does it for me. The light has clicked. Now I just have to read the rest and apply it. Thanks again all for your help.
EDUB On Fri, 2003-09-12 at 10:48, Steve Grazzini wrote: On Fri, Sep 12, 2003 at 08:32:38AM -0600, Eric Walker wrote: > Does anyone have a good hold of how to do object oriented programming > in perl? Maybe a few lines of code as examples? There are some tutorials in the standard docs. $ perldoc perlobj $ perldoc perlboot $ perldoc perltoot You'll also need (as I believe the tutorials will tell you) to understand subroutines, packages and modules, and references. $ perldoc perlmod $ perldoc perlsub $ perldoc perlreftut $ perldoc perlref -- Steve