in reply to Re: Net::SSH::Perl, Math::Pari
in thread Net::SSH::Perl, Math::Pari

thanks for the response yeh, i hear you about strawberry, but its a company policy to have activestate. perhaps the portable could be an option. or perhaps plink in batch file, i could loop through an ip list i suppose, but i think that will be slow I just think this issue could do with tidying up, I have emailed the guy who maintains it, see if he responds i guess

Replies are listed 'Best First'.
Re^3: Net::SSH::Perl, Math::Pari
by RonW (Parson) on Dec 18, 2015 at 18:28 UTC

    Thanks to syphilis we know that AS Perl is now compiled using MinGW.

    Use perl -V to get detailed version info, including compiler version and options.

    Once you know how Perl was built, you should be able ti install the correct version of MinGW and then use that to help build modules from CPAN.