Hi

I know there is lot of resources on this question. but please be patient to answer this problem.

I m trying to install the module from cpan.

since i dont have net connection in my pc (windows 2000). i cannot install via ppm. I would copy from the internet in a floppy and install it.

I downloaded the modules. unzipped it in my folder (say 'd:\modules' ). then there exists various folder like 'lib', 't'.

I copied the files from lib into c:\perl\lib.

Then i follow the three steps
> perl makefile.pl
> make
> make test

I do all these from the command prompt from d:\modules

My Questions are

1. can i do the 3 steps from the d:\moduels folder

2. a modules in turn refers to other modules and it goes on. What is the way to install all the modules related to a single module so that it works without complaining that some other module is missing.


In reply to problem with Installing modules from CPAN by Anamika

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.