#!/usr/bin/perl BEGIN { push @INC, '/some/directory'; require Your::Module; } ...