I'm using Perl to parse through an Excel file and I'm having trouble with a date field. The date displays as 8/14/2009 (mm/dd/yyyy)but when the script runs it is printing as "Win32::OLE::Variant=SCALAR(0x2626704)" for value and 36756 for formula. Is there any way to read the date field and print it as date format (dd/mm/yyyy)?