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

you are using relative path, for which you are getting the error, use absolute path the module provide is module File::Spec qw(rel2abs)

  • Comment on Re: Bad Name or Missing @INC entry - "require" path fail.