Your link is similar as the one I posted. Good info about what files it needs! My machine is connected to the internet so this .ppd XML file worked. I would add that the XML .ppd file does contain the dependencies.

my link had:
http://docs.activestate.com/activeperl/5.16/faq/ActivePerl-faq2.html
your link has:
http://docs.activestate.com/activeperl/5.16/faq/ActivePerl-faq2.html#ppmx_files

fair enough.

Update: The reason that my downloaded .ppd files worked is that my machine can access the internet and I can "get the .ppd payload". I have successfully "cloned" an Active State installation from one machine to another by copying my main AS dir to the other machine with the same AS version (given a base installation of the same AS version). However, there is a lot that can go wrong with this idea. I do NOT recommend that idea. Certainly not in a corporate environment.

I forget the exact syntax right now, but there is a way to have AS dump a file with descriptions of "modules that need to be installed" and that can be used to "clone" your installation. This is the preferred way to "clone" an installation on another machine that doesn't violate any copyrights, etc. And you get the latest versions. I have successfully done that with another user before.


In reply to Re^4: Installing Perl Modules by Marshall
in thread Installing Perl Modules by 9mohit2

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.