tirwhan has asked for the wisdom of the Perl Monks concerning the following question:

Venerable monks,

is there a perl interface to obtain and check the shared library dependencies of a given executable, similar to the UNIX ldd command? I've searched CPAN but couldn't find anything of the sort.

@a=`ldd $file` doesn't count as an answer ;-)

Replies are listed 'Best First'.
Re: ldd module
by traveler (Parson) on Mar 08, 2005 at 22:05 UTC
    This is not a module, but this is a program that does it for IRIX and might serve as a starting point.