in reply to Bad Name or Missing @INC entry - "require" path fail.

The reason that you want to use an absolute path is that require() will just make an attempt to read the file without checking @INC; however, if you give a relative path, require() will check all the files in @INC, hence the error...
Can't locate ../../config.pl in @INC