perlpal has asked for the wisdom of the Perl Monks concerning the following question:
Is it in conformance with Perl standards to implement a module as a class which exports variables/functions at the same time ?
In continuity , is there a norm to decide when to implement Perl modules as classes and when to implement them as traditional modules ?
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Heterogenous perl modules
by kennethk (Abbot) on Aug 10, 2010 at 15:20 UTC | |
|
Re: Heterogenous perl modules
by TGI (Parson) on Aug 11, 2010 at 06:02 UTC |