You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Michael <mi...@bizsystems.com> on 2000/09/16 03:12:13 UTC

module.pm -> module.so

Can someone tell me how to load a module that has been run through 
perlcc ??

i.e. I have a working module "module.pm" which normally is loaded via 

use module;

I've run it through perlcc thus

perlcc module.pm

which produces "module.so"

"use module;" now barfs when all that is available is the module.so

perldoc perlcc 
indicates that "use module;" should work

Anyone actually doing this??

Michael
Michael@bizsystems.com