use lib './somepath/'; #### BEGIN { my $path = 'somepath'; push @INC, $path; }