in reply to I am Getting an Error like this Can't locate pathUtil.pm in @INC

"So can anyone help me to solve this issue?"

As others have already indicated, you haven't provided sufficient information for us to determine the problem. Here's some things you can do:

We may want further details but the above would provide a good starting point for initial investigations. Please ensure all code, data, and output, are enclosed in <code>...</code> tags.

Also note that gathering this sort of information, as part of any troubleshooting exercise, will (surprisingly) often highlight the problem for you. For instance, "Oh look, I'm installing with /path/to/X/bin/cpan but running with /path/to/Y/bin/perl. Oops!".

— Ken