I have been programming in Perl for about two years and have finally got to a point where I am getting better with using more of perls array and hash functions in large scale programs.
I have been challenged with figuring out away to sort a textfile that contains about eight tab separated fields and the last field is a date field (format ex.09-01-2000). They wanted this file to be sorted by the date field. There about 250 lines of data in this file.
I am not that confident in my programming skills and was wondering if someone has done something like this before. If so could you provide some help?
Thanks! -Bionicle32