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: Enconding, locate, etc.

2006-04-19 Thread ende
ángeles... Any idea how to address this issue? Might I convert the lines to ascii and look each line in ascii although writting them in the original encoding? Thanks! El 19/04/2006, a las 7:46, Nobumi Iyanaga escribió: Dear Ende, I think you have already received replies to your query

Re: Enconding, locate, etc.

2006-04-19 Thread ende
Ende_test.pl ángeles and get the reply: Ángeles Angeles ángeles angeles -- But you have to use the accented character to match non-accented characters -- that is, you will find only Angeles angeles if you invoke the script with: perl Ende_test.pl Angeles or perl Ende_test.pl angeles ende

Re: Enconding, locate, etc.

2006-04-19 Thread ende
; ende

Enconding, locate, etc.

2006-04-18 Thread ende
::decode($_)} @ARGV; my $re = join(|, @ARGV); print grep(/$re/i, @todo), \n; # also look in the Apple AddressBook foreach my $a (@ARGV) { system(abtool $a); } ende

Enconding, locate, etc.

2006-04-18 Thread ende
) { system(abtool $a); } ende