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

Valerie170 has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,
I currently have a PERL script which is basically a group of sub-routines. All of these sub routines are then called by a single "main" sub-routine. However, I wish to split these sub-routines so that they are each contained within their own file and then loaded to the main script. Can anyone give me a simple explanation of the steps necessary in order to do this?

Thanx in advance,
Val

update (broquaint): added formatting + title change (was Subroutines loaded in from ohter files)