in reply to Re^2: use Win32::OLE::Variant -- Linux replacement
in thread use Win32::OLE::Variant -- Linux replacement

As I already said, Linux has no concept of COM and OLE. Variant() is a variable type of OLE, and as such does not exist on Linux.

Maybe you can tell us what problem you are trying to solve? Usually this involves automating some program, like Microsoft Word or Microsoft Excel. These programs also don't run on Linux.

  • Comment on Re^3: use Win32::OLE::Variant -- Linux replacement