If you're willing to switch off of ActivePerl to go to Strawberry Perl, you might have an easier time with some of this stuff.

In your other thread, I offered up a suggestion and pointed out that Strawberry Perl comes with Net::SSH2 already installed (Re^6: threads, forks and SSH). Also, RonW pointed out that Net::SSH2 is included with Strawberry Perl in his post. I know that you stated in that thread that you are stuck with ActivePerl. However, you should be able to download and use Strawberry Perl's portable editions. And if using portable Strawberry Perl directly isn't desirable for your final solution for your code, you could install Par::Packer and use its pp utility to bundle your code into a stand alone executable.

And if you really want/need just Math::Pari, the latest 32-bit builds of 5.20 and 5.22 versions of Strawberry Perl already come with Math::Pari. (NOTE: Math::Pari is not included in the latest 64-bit builds of Strawberry Perl. But that shouldn't be an issue unless you need 64-bit Perl.)

In my opinion, moving to Strawberry Perl will make your life easier and let you do what you want without fighting to get modules installed. I haven't used it myself, but another alternative to ActivePerl on Windows systems is Citrus Perl. Basically, I think if you can get yourself out of the box that you're finding yourself in, you might find things are no where nearly as bad you currently think that they are.


In reply to Re: Net::SSH::Perl, Math::Pari by dasgar
in thread Net::SSH::Perl, Math::Pari by ralph2014

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.