artist has asked for the wisdom of the Perl Monks concerning the following question:
I have to maintain an existing code, which uses wrapper to setup the environment. So my Perl program has a link to the wrapper on the shebang. #!/some/path/perl.mysql and perl.mysql is a softlink to a wrapper. Wrapper is just a C executable. ( I have access to the source). Now my question: How do I see, what type of Perl Path has been setup overall. The reason to ask: It complaints about a missing homegrown .so module. I do have an existing production version too, to get any clue from.