Re: module installation problem

2007-04-24 Thread I . B .
I will try to reproduce this again. I am sure it was Net::FTP::Recursive thank you for response ~igy On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I think that you have a little mistake Run perl -MNet::FTP::Recursive -e "1;" instead of perl -MNet::Ftp::Recursive -e "1;". Yo

Re: module installation problem

2007-04-24 Thread yaron
Hi, I think that you have a little mistake Run perl -MNet::FTP::Recursive -e "1;" instead of perl -MNet::Ftp::Recursive -e "1;". Yours, Yaron Kahanovitch - Original Message - From: "I.B." <[EMAIL PROTECTED]> To: beginners@perl.org Sent: Wednesday, April 25, 2007 7:27:18 AM (GMT+0200) Au

Re: module installation problem

2007-04-24 Thread Chas Owens
On 4/25/07, I. B. <[EMAIL PROTECTED]> wrote: snip # it exists $ ls /usr/local/share/perl/5.8.7/Net/FTP/Recursive.pm /usr/local/share/perl/5.8.7/Net/FTP/Recursive.pm snip Does anyone know if this is some kind of cache I am not aware about? thank you in advance. snip Make sure the file is readabl

Re: Module installation problem "Set::Array" and "Want.pm"

2006-05-19 Thread Michael Goldshteyn
I would try to do the make manually for Want.pm and see what errors crop up... "Graeme McLaren" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, I tried installing Set::Array and I got the following error: > > # Failed test 'use Set::Array;' > # in t/test.t at line 7. >

Re: Module installation problem

2005-03-29 Thread Felix Geerinckx
On 29/03/2005, GR Kumaran wrote: > I'm in Win98, I'd downloaded the SIEPERL from CPAN and installed. And > I had downloaded MYSQL DBI also from CPAN, but do not know how to > install it into SIEPERL. I had read PPM will do, so I tried 'ppm' > alone in command prompt, then I got the following err