http://www.perlmonks.org?node_id=966316


in reply to Re: How to properly use modules?
in thread How to properly use modules?

Actually no :) DRY says make subroutines/modules, not put it all in one file

Sure, you could turn four scripts into one module, or you could turn them into four modules, it all depends on how much they share