Im new to Perl (programming in general infact) and I am trying to write a program which will examine text files to determine the different formats in which dates appear and then captures these dates. The results need to be written to a file (one date per line, annotated with the file name). Having said this (and hopefully done this) i would also then like to modify the program so that all the dates are normalised to the form dd-mm-yyyy. If anyone has any suggestions on some suitable Regex, links, or snippets (an entire code wouldn't be knocked back either) then i would be a very happy chick. Thanks in advance..