Term::Shell installation problem

2006-07-18 Thread Alex Robinson
Term::Shell won't install for me. The two villains in the piece appear to be Term::ReadLine::Perl and Term::ReadKey both of which installed passing all tests. MacBook running 10.4.6 - full details below. CPAN.pm: Going to build N/NE/NEILW/Term-Shell-0.01.tar.gz Checking if

Mac Perl bug?

2006-07-18 Thread ende
Why? $a = 1 2 3; 1 2 3 split / /, $a; [1, , 2, 3] split , $a; [1, 2, 3] -- Juan Falgueras Profesor del Depto. de Lenguajes y Ciencias de la Computación Universidad de Málaga

Re: Mac Perl bug?

2006-07-18 Thread Paul McCann
Ende asked... Why? $a = 1 2 3; 1 2 3 split / /, $a; [1, , 2, 3] split , $a; [1, 2, 3] Using a single space as the string on which to split triggers a special case: from perldoc -f split specifying a PATTERN of space (' ') will