Why on earth anyone would want to use Activestate anywhere other than Windows is beyond me

(Like you, I felt that the OP is using ActivePerl on Linux ... I'm not entirely positive that's the case.) I guess that you might like to use ActivePerl on Linux if the Perl that you have access to is a non-devel (ie crippled) build, or if you didn't want to go to the trouble of building perl yourself, or if you didn't have access to (or feel competent with) a C compiler. There may be other reasons.

Even on Windows there are now better alternatives, such as Strawberry Perl

That's a *very* subjective appraisal of Strawberry Perl. For one thing, Strawberry Perl doesn't come with a PPM utility - therefore if you want to install anything that needs a third party library (eg Math::GMP, XML::Parser) then you first need to install that third party library. With ActivePerl, you can often find a PPM package that doesn't need that third party library.

The MinGW installation that ships with Strawberry Perl does not include the fortran compiler (g77). Therefore any modules that rely on g77 (eg PGPLOT, PDL) will not build on Strawberry Perl, though they will build seamlessly on ActivePerl (if you're using a fully functional MinGW installation).

Hopefully, some of these issues will be addressed with the next release of Strawberry Perl - which is, I agree, "on the right track".

Cheers,
Rob

In reply to Re^2: SOAP::Lite on Linux by syphilis
in thread SOAP::Lite on Linux by Khurrum

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.