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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]