I'm a rank beginner trying to load my first module and running into problems. I've read the tutorials, but I'm having no luck. I'm not a developer by any stretch but I've written some simple scripts that I'm pleased with, but now I want to take the next step and start using the libraries. Any help to get me get started will be appreciated.

I'm running Windows XP. I've downloaded strawberryperl 5.10.0 and nmake. When I enter the command "perl -V:make" it says I should be using dmake, but when I use that command it is not found.

Ultimately I'd like to get Net::SSH::Perl running - I've tried the CPAN installer, but that doesn't work for me yet - lots of errors I don't understand yet. I thought I'd try to get some of the modules loaded manually - once I get that working, I should be better prepared for the CPAN installer. So anyway, I downloaded one of the dependent modules I want (in this case Crypt::DH), unpack it and ran: perl makefile.pl (which ran okay), next I run nmake.exe and I get the error:

Missing right curly bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. NMAKE : fatal error U1077: 'C:\Windows\system32\cmd.exe' : return code + 0xff Stop.
I'm not sure what this error means. I haven't got to any of my code yet, so I don't think I should be going in and adding curly brackets to anything. Can any of y'all please let me know where I'm going astray?

In reply to Errors manually loading modules by bruceclegg

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.