in reply to How do I sort something alphabetically?
@list = sort { lc($a) cmp lc($b) } @list [download]
Originally posted as a Categorized Answer.