use strict; use warnings; my @contents = sort ; print @contents; __DATA__ At the moment, due to the small file size, sort time is unimportant. At some point, when I get to that stage, the sorted data will be reused. I tried your code, and it seems quite simple, hence, efective. BUT, It runs with no errors, but nothing prints.