in reply to
Better Style
You can take all of your related subroutines and create a package. Then all you have to do is call the package via a use statement. Changes would then be made only to the orginal code in the package.
Comment on
Re: Better Style
In Section
Seekers of Perl Wisdom