in reply to Re: Active Perl 5.16 email code problem"
in thread Active Perl 5.16 email code problem"

I have used the correct new PPM, which appears to install the relevant packages. However, it does not seem to put them in the site/lib folder, so I have no idea where they have been put!

I will remove then reinstall 5.16

  • Comment on Re^2: Active Perl 5.16 email code problem"

Replies are listed 'Best First'.
Re^3: Active Perl 5.16 email code problem"
by kennethk (Abbot) on Jul 21, 2013 at 21:48 UTC
    I have multiple versions of Perl installed on my machine; rather than installing them on the default path, I usually qualify based on version (e.g. C:\Perl-5.16). That allows for the most fluid transition from one version to another, as well as letting me easily check what's installed.

    If PPM didn't put your libraries in the site/lib folder, might I suggest doing a file search for SMTP_auth.pm (pretty unique name) to figure out where it did install them?


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.