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