"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:
for i in `perl -e 'print "@INC"'`; do ls -l $i/pathUtil.pm; done
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
In reply to Re: I am Getting an Error like this Can't locate pathUtil.pm in @INC
by kcott
in thread I am Getting an Error like this Can't locate pathUtil.pm in @INC
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |