in reply to problem while installing the perl modules for clearcase

i even add local modules directory path to @INC array

How are you trying to do that? Modules are (usually) read at compile-time, so adding them to @INC at run-time will have no effect. use lib instead. See lib