in reply to Perl Mod Install

You also need to install Net::SSH first

On the command line: ppm install Net-SSH
Edit
You're also missing String::ShellQuote. You could install this using ppm as follows:
ppm install String-ShellQuote

But it would be better to let ppm handle the dependencies.

ppm install Net-SCP

Replies are listed 'Best First'.
Re^2: Perl Mod Install
by mantra2006 (Hermit) on Jul 25, 2006 at 16:35 UTC
    Hello Thanks for the reply..please find below when I try to install SSH
    $ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::SSH $ make mkdir blib mkdir blib\lib mkdir blib\lib\Net make: Error -- rem: The system cannot find the file specified. make: Error code -1