in reply to Re: date parsing
in thread date parsing

In order to interpret 01/09 as DD/MM instead of MM/DD using Date::Manip (not Date::Parse), just add the line (near the start):
Date_Init("DateFormat=non-US");