Lyle Kopnicky wrote: > Hi folks, > > This is just a straight-up Perl question: Is there any advantage to > turning a class into a module? Or does it make more sense to put > multiple classes in one file? Thanks.
It's easier to keep track of them if they have their own modules. You can obviously put sub-classes together in one module if it's convenient, but I can't see why you'd want to combine unrelated classes/packages in a module. _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs