Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Here the PLSTAF.pm is present/export/home/inmabisa/bin> ls *.pm* PLSTAF.pm PLSTAFService.pm STAFLog.pm STAFMon.pm
But it couldn't find the module though it is in @INC Please let me know the solution. Thanks/export/home/bin> perl -e "use PLSTAF;" Can't locate loadable object for module PLSTAF in @INC (@INC contains: + /export/home/bin /export/home/STAF /usr/perl5/5.8.4/lib/sun4-solaris +-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-6 +4int /usr/perl5/site_perl/5.8.4 /usr/perl5/site_perl /usr/perl5/vendo +r_perl/5.8.4/sun4-solaris-64int /usr/perl5/vendor_perl/5.8.4 /usr/per +l5/vendor_perl .) at -e line 1 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. /export/home/bin>
|
|---|