On Mon, 21 May 2001, kosta gruzdnev wrote: > > ActivePerl includes Net::FTP. You don't need to install it. > > As far as I can see, there is no such file like perl/lib/Net/FTP.pm on > my WindowsNT system. Moreover, the command "perldoc Net::FTP" results > in "No documentation found"; but this is ActiveState Perl that I deal > with. So, I suppose, Net::FTP is not installed yet. As to CPAN module > - it often refuses to install modules, halting at "make test" or > "make" stages. So, the thing I am searching for is just another lazy > way to install perl modules, or maybe some ways to tweak PPM to make > it function properly. I installed ActivePerl build 623 on my laptop at the end of March (previously it had IndigoPerl). I can see the file: c:\perl\site\site\lib\Net\FTP.pm on my machine, with the same date as the other files in my c:\perl directory. perldoc Net::FTP works too, possibly you have a damaged or old build. If you are getting an error during make or make test, do you have a version of make (typically nmake or dmake) installed? (I've had more success with nmake.) Do you use a proxy to browse the internet? This may account for ppm problems. If so, there's instructions in the ActiveState documentation on how to setup a proxy for ppm. -- Tony