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
[EMAIL PROTECTED]

Reply via email to