Hello, I'm sort of a novice at installing perl modules. I'm on a Vista PC. I have Active Perl 5, and it works ok. I have Maple 12. And I saw that there is a perlmaple..

So I'm down loading all these tar files from CPAN and I have winzip and everything is unpacking.

C:\Users\pcusername\Documents\PerlMaple has:

Make-1.00
PerlMaple-0.06
Test-Deep-0.103
Test-NoWarnings-0.084
Test-Simple
Test-Tester

then I get to:

perl Makefile.PL
perl -I. pmake
perl -Mblib pmake test
perl -Mblib pmake install
And I can get perl Makefile.PL to run, but the perl -I. pmake doesn't work

C:\Users\pcusername\Documents\PerlMaple\Make-1.00>perl -I. pmake Reading Make.pm Reading C:\Users\pcusername\Documents\PerlMaple\Make-1.00\makefile Cannot recurse Make - no target C:\Perl\libConfig.pm in C:/Users/pcusername/Document s/PerlMaple/Make-1.00 at Make.pm line 454.

so obviously I have placed the new stuff in the wrong place

perl is installed at C:\Perl\bin\perl.exe

and there is a PATH variable that describes this location.

So I think I just need to know where to put all the new stuff before I try to nmake, pmake, make, etc.

Help. Thanks!


In reply to installing modules from CPAN.org by zoktook

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.