in reply to Memory Problems with Parsing

Since you are not using all elements of @list, you shouldn't store them all.

Furthermore you are only printing the values in @date, which means you don't actually have to store them, but you can print them right away instead of pushing them.