On Fri, 18 May 2001, kosta gruzdnev wrote:
> Thank all the perl gurus answering our naive novices' questions.
>
> ok, now the problem is:
>
> I try to install Net::FTP in WinNT. ppm says there is no such PPD
> file. That's ok, I don't object. As far as I can see, I cannot
> influence it. Or can I? Anyway, what are the ways (lazy ones :] ) to
> install perl packages in WinNT. Or, again, which man-page or doc
> should I read to learn about it?
ActivePerl includes Net::FTP. You don't need to install it.
If there is some other module you want to install, depending on the
module, you may be able to use the CPAN shell to install it:
perl -MCPAN -eshell
This will probably take you through a configuration dialog the first time
you run it.
For help type 'h' and hit enter.
You will need a C compiler (probably only MSVC for ActivePerl) installed
to install some modules this way.
--
Tony