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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
