I'm working on a simple database in perl. In my viewer script (This is the script that will list a summary of my content), I want the content to be listed in descending order by date with only the last 30 days to be present. I'm using an array to read the data from my text file. I'm a novice perl programmer and I need just a little help. Any ideas?