I've read for hours on the subject, but I have yet to see a comprehensive, working code model.
Say I have an array with FirstName, LastName, Vocation. And @myArray looks something like:
How can I sort on Vocation? I'm pretty good at PHP, but Perl is new, so if you could include ACTUAL script that works for this array - that would be awesome.