in reply to How can you tell what Perl version was used to compile a module

So is there a way to determine what Perl version Sybase::CTlib was compiled with?

Yes, use ldd command (or equivalent) on the Sybase/CTlib.so file , see ldd -v ...so / ldd -v ..so like this

  • Comment on Re: How can you tell what Perl version was used to compile a module (ldd)