I'd like to use the CPAN module 'Inline-Files' with ActiveState Perl for Windows (5.6.1). Using PPM, 'install inline-files' says: "Error installing package 'inline-files': Could not locate a PPD file for package inline-files."

I downloaded the module from CPAN and untarred it to a folder but don't know where (and what) to move (the folder or .pm files or everything) into my Perl folder tree so I can just say 'use inline::files' in my perl programs. I guess the lib folder goes into the /perl/lib folder but do I need to "connect" anything else to make it work?

This is no doubt so easy it's laughable, but I've searched here (PerlMonks), there (ActiveState), everywhere (web), and cannot find the hint of how to install a CPAN module that has only Perl code. Perhaps some monk could write a quick tutorial on this site 'Tutorials' link with the particulars?

Would someone please offer a kind response? (BTW, I did RTFM and searched ActiveState HTML docs already. I could have mis-searched on the wrong keyword though.)

Thanks,
aquacade

PS: Thanks to Ingy and Damian for the module!


In reply to How to install without PPM? by aquacade

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.