At 08.08 -0500 1999.10.29, Richard L. Grubb wrote: >I am wanting to convert a C++ library to a PERL module(s). >I have "Advanced Perl Programming" which has some examples showing how a >class can be coded as an object. I was wondering if there are more >detailed instructions or examples on the www on how to go about this. > >I know I could just go ahead and interface our Perl project to the >existing C++ library (and may go this route if performance is too slow >using a Perl module version of the lib), but I have the time and desire >to explore object oriented modules in Perl. Perl comes with several documents that discuss OOP. See perl.pod and read the docs from "perlref" to "perlbot". There is also a good book from Manning Publications by Damian Conway called Object Oriented Programming in Perl, I think. You should also read "Modules: Creation, Use, and Abuse" in perlmodlib.pod. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org