- or download this
#tapping a locally placed file of subroutines
use Mycommonroutines;
- or download this
#using the lib command to change the @INC
use lib Mycommonroutines;
- or download this
#using Export to be more specific about what subs to import
use Mycommonroutines qw(get_setup);