jptxs:/home/jptxs $ vi sortExample use strict; while (my @sorted = ) { print sort @sorted; } __END__ camel llama cheeta owl ant butterfly jptxs:/home/jptxs $ perl sortExample ant butterfly camel cheeta llama owl