in reply to Win32::OLE Type for VB's "As Single"

i think this should do it (untested quick shot):
my $object = Win32::OLE->new('ClassID'); # this works correctly. my $number = 1; my $prices = []; my $others = []; my $returnValue = $object->GetData($number,$prices,$others);

holli, regexed monk

Replies are listed 'Best First'.
Re^2: Win32::OLE Type for VB's "As Single"
by davemabe (Monk) on Jan 20, 2005 at 16:46 UTC
    Good suggestions, but they all produce the same error. :-(