#!/usr/bin/perl -w use strict; use lib "/usr/local/path/to"; # Notice where this path ends... :) use MyModules::ModName; # Other use statements... # ...on with other code...