Hello Monks I am trying to install SCP module downloaded from the CPAN site.
I followed the instruction given in the site http://search.cpan.org/~jhi/perl-5.8.0/pod/perlmodinstall.pod
A. DECOMPRESS
Decompress the file with gzip -d yourmodule.tar.gz
B. UNPACK
Unpack the result with tar -xof yourmodule.tar
C. BUILD
Go into the newly-created directory and type:
perl Makefile.PL
make
make test
D. INSTALL
While still in that directory, type:
make install
I am following the above steps...but I am getting the following error
$ perl Makefile.PL Warning: prerequisite Net::SSH failed to load: Can't locate Net/SSH.pm in @INC (@INC contains: C:/APPS_SRV/perl/lib C:/APPS_SRV/pe +rl/site/lib .) at (eval 5) line 3. Warning: prerequisite String::ShellQuote failed to load: Can't locate +String/ShellQuote.pm in @INC (@INC contains: C:/APPS_SRV/perl/lib C:/APPS_SRV/perl/site/lib .) at (eval 6) line 3. Writing Makefile for Net::SCP $ make make: Error -- rem: The system cannot find the file specified. make: Error code -1
Any ideas where I am making mistake...is there way that I can get SCP library itself so that I don't have to create in my local system

In reply to Perl Mod Install by mantra2006

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.