in reply to Re^2: Compile a perl module from a shared object in Unix (AIX)
in thread Compile a perl module from a shared object in Unix (AIX)
No.
The .so belongs to the .pm file, but they are different things and you cannot get one from the other. The .so file is not a compiled .pm file. You cannot get from one file to the other file.
|
|---|