Wow! It is near the full solution! It is a pity it fails when you
do not use accented chars!!
Thank you... I'll try it again... Thanks!!!
El 19/04/2006, a las 11:31, Nobumi Iyanaga escribió:
I can call this script from Terminal like this:
perl Ende_test.pl Ángeles
or
perl 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