tirwhan has asked for the wisdom of the Perl Monks concerning the following question:
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 |