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

2011-10-23 Thread Dr.Ruud
On 2011-10-22 17:37, timothy adigun wrote: my($filesys,$mbytes,$used,$avail,$capacity,$mount)=(,); Alternative: $_ = for my ( $p, $q, $r, $s ); -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org

Unable to install module from CPAN

2011-10-23 Thread Punit Jain
Hi , I tried to install ExtUtils-CBuilder from CPAN however I get this error :- CPAN.pm: Going to build D/DA/DAGOLDEN/ExtUtils-CBuilder-0.280202.tar.gz ExtUtils::MakeMaker version 6.31 required--this is only version 6.30 at Makefile.PL line 7. BEGIN failed--compilation aborted at Makefile.PL

Re: Unable to install module from CPAN

2011-10-23 Thread Rob Dixon
On 24/10/2011 05:46, Punit Jain wrote: Hi , I tried to install ExtUtils-CBuilder from CPAN however I get this error :- CPAN.pm: Going to build D/DA/DAGOLDEN/ExtUtils-CBuilder-0.280202.tar.gz ExtUtils::MakeMaker version 6.31 required--this is only version 6.30 at Makefile.PL line 7. BEGIN