in reply to Re: Handling returned data from a OLE object.
in thread Handling returned data from a OLE object.

Thanks alot you're right Item was a method and :
print $Obj->Fields->Item(0)->Value, "\n";

gave me the data. thanks again.