in reply to Trouble retrieving array of bytes using OLE

What is the output of your program?

foreach is not the way to iterate over a Variant array. See Win32::OLE qw( in ).

Replies are listed 'Best First'.
Re^2: Trouble retrieving array of bytes using OLE
by eforperl (Initiate) on Dec 08, 2010 at 01:13 UTC
    Is the way the Variant is passed to return data from the OLE function correct?