in reply to Re: Require a script not found in @INC arrayin thread Require a script not found in @INC array
BEGIN { unshift @INC, '/my/path'; } [download]