Re: Classes as modules?

2006-01-07 Thread Lyle Kopnicky
$Bill Luebkert wrote: 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

Re: Classes as modules?

2006-01-07 Thread $Bill Luebkert
Lyle Kopnicky wrote: Thanks for your reply. But supposing I'm going to keep each class in it's own file, what is the advantage of making that file a module? Have you read the man pages on modules ? perlmod Perl modules: how they work perlmodlib Perl