#!/usr/bin/perl use my_stuff; # this will look for a package named "my_stuff.pm" in the directories listed in @INC my_stuff::my_function($arg1,$arg2);