Hi there,

what is the easiest way to change all the keys that are now placed as elements in an array to lowercase?

my @sitenamekeys = sort keys (%sites);
print "site @sitenamekeys\n";
exit 0;

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to