Re: Unable to install module from CPAN

2011-10-24 Thread Shlomi Fish
On Mon, 24 Oct 2011 21:16:40 +0530 Punit Jain wrote: > Yes I did. See the erorrs below:- > > Removing previously used /root/.cpan/build/ExtUtils-MakeMaker-6.59 > > CPAN.pm: Going to build M/MS/MSTROUT/ExtUtils-MakeMaker-6.59.tar.gz > > Using included version of ExtUtils::Manifest (1.58) as i

Re: Unable to install module from CPAN

2011-10-24 Thread Zachary Zebrowski
If this is on linux, do you have build-essentials installed? (meta package for g++, make, and other important libraries...) On Mon, Oct 24, 2011 at 9:42 PM, Punit Jain wrote: > Any help ? I am unable to install it. > > Regards, > Punit > > > - Original Message - > From: "Punit Jain" > T

Re: Unable to install module from CPAN

2011-10-24 Thread Punit Jain
Any help ? I am unable to install it. Regards, Punit - Original Message - From: "Punit Jain" To: "Rob Dixon" Cc: beginners@perl.org Sent: Monday, October 24, 2011 9:16:40 PM Subject: Re: Unable to install module from CPAN Yes I did. See the erorrs below:- Removing previously used /ro

Map users to computers in a AD domain

2011-10-24 Thread Tessio Fechine
Hello, I'm trying to map users to their respective current working computers in a Active Directory domain. I thought about using Net::LDAP to query users (cn=*,cn=users,dc=example,dc=com) and computers (cn=*,cn=computers,dc=example,dc=com) entries information , and then map each pair of user/compu

Re: HELP on Perl array / sorting - trying to convert Korn Shell Script to Perl

2011-10-24 Thread John W. Krahn
Rob Dixon wrote: **OUTPUT** FilesystemMBytes UsedAvail Capacity Mount -- - - - /dev/md/dsk/d1 3027-MB 2424-MB 542-MB 82% / /proc

Re: Unable to install module from CPAN

2011-10-24 Thread Punit Jain
Yes I did. See the erorrs below:- Removing previously used /root/.cpan/build/ExtUtils-MakeMaker-6.59 CPAN.pm: Going to build M/MS/MSTROUT/ExtUtils-MakeMaker-6.59.tar.gz Using included version of ExtUtils::Manifest (1.58) as it is newer than the installed version (1.46). Using included version

RE: IO:Socket - receiving data

2011-10-24 Thread Bob McConnell
> From: Rob Dixon [mailto:rob.di...@gmx.com] > > On 24/10/2011 13:14, Gary wrote: > > > > Effectively what happens is that I get a decent chunk of data the > > first few times around the loop, all of RECV_BUF_SIZE (512) length, > > then a final 44 bytes, and the code thinks it's done. Then when th

Re: IO:Socket - receiving data

2011-10-24 Thread Rob Dixon
On 24/10/2011 13:14, Gary wrote: Effectively what happens is that I get a decent chunk of data the first few times around the loop, all of RECV_BUF_SIZE (512) length, then a final 44 bytes, and the code thinks it's done. Then when the code executes again with another command, the recv loop gets

Re: HELP on Perl array / sorting - trying to convert Korn Shell Script to Perl

2011-10-24 Thread Rob Dixon
On 22/10/2011 03:18, newbie01 perl wrote: > Hi all, > > Am trying to write/convert a customized df script in Perl and need some > help with regards to using arrays and file handlers. > > At the moment am using > > system("df -k > /tmp/df_tmp.00"); > > To re-direct the df output. Am using df -k