in reply to Not able to load module though @INC contains it

A 'loadable object for module' denotes the shared object that non-pure-Perl modules require, not the .pm file. Presumably, you copied just the Perl file without also copying the associated shared object (.so) file — i.e. the module isn't installed properly.

Replies are listed 'Best First'.
Re^2: Not able to load module though @INC contains it
by chilukuri_perl (Novice) on Nov 30, 2009 at 13:50 UTC
    The lib folder contains associated .so file. Is it has to do something with DynLoader?
        Yes. It's a part of STAF tar ball
        Yes.STAF tar ball contains the module