I have a dir called foo, and in that I have lib and bin. The scripts in bin need stuff in lib. I do someth
foo
lib
bin
How about:
BEGIN: { push @INC, '/full/path/to/lib'; }
To do a relative reference would assume that you're going to keep it in the bin dir, so insert the relative reference there instead.