The following strings I have in an array:

xyz
abcd
ZABC

if I do @sorted = sort(@unsorted) I get

ZABC
abcd
xyz

I would like to sort this strings alphabetical ignoring capitalisation but 
whithout changing the output format.
I want to get this:

abcd
xyz
ZABC

How can I do this ?

Michael

--
+-- Michael Meltzer -------------+-----------------------------------------+
|   AED-SICAD Aktiengesellschaft |   EMail : [EMAIL PROTECTED]  |
|   Lilienthal-Str. 7            |   Phone : +49-89-45026-108              |
|   85579 Neubiberg              |   Fax   : +49-89-45026-113              |
+--------------------------------+-----------------------------------------+



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to