http://www.perlmonks.org?node_id=234315


in reply to "pointers" for calling a DLL

I think you want:
$filename = $XRawfile->GetFileName();
Also, you can use Win32::OLE::Variant() to force the datatype but I've never had to do this, Win32::OLE has been pretty good about converting them.

-Nitrox