in reply to Re: Lots of subs in large program vs lots of small programs
in thread Lots of subs in large program vs lots of small programs
I doubt that any would condemn your practices, but you might get some smirks because you seem to be just an itty-bitty-bit off from doing something quite orthodox w/o realizing it.
If you place your tasty subroutines into a module and use 'use' instead of 'require' then BINGO! You're following a very standard Perl practice. :)
|
---|