in reply to Re: Where's the result??? (problem with Win32::OLE)
in thread Where's the result??? (problem with Win32::OLE)

jand, my hero. You're right, of course. I actually had to use:
my $result = Variant(VT_BYREF|VT_BSTR,0);
But there it is! Thank you!