[Canberra-pm] Perl social faux pas

Paul Matthews plm at netspace.net.au
Wed Jul 30 02:55:34 PDT 2008


G'Day All,

Is it a faux pas in perl to place multiple 'objects' into a single 
module file?

package animal;
...
1;

package mammal
...
1;

package horse;
...
1;

Or should I be creating lots of little files?
Suspect pod2html currently has its nose out of joint the me due to this.

-- 
Fools ignore complexity. Pragmatists suffer it.
Some can avoid it. Geniuses remove it.



More information about the Canberra-pm mailing list