use MyMod qw( foo ); foo( $somearg, $another, 57, 'bunnies' ); #### require './mylib.pl'; foo( $somearg, $another, 57, 'bunnies' ); # mylib.pl