zuma53 has asked for the wisdom of the Perl Monks concerning the following question:
Your Perl syntax is highly unlikely to work, or even compile.
Most likely you want
$objItems->Sort( "[ReceivedTime]", 1 ); [download]
If the function really, really wants a VT_BOOLEAN as its second parameter, you will have to create the appropriate Win32::OLE::Variant object.