in reply to Re^3: SOLVED Put_ UNDERSCORE: Setting a WMI value using Perl Win32::OLE
in thread Setting a WMI value using Perl Win32::OLE

Turns out that Put_() has an UNDERSCORE even though the Win32::OLE docs (vaguely) give this as merely "Put()" -- use the underscore and it works.

You're severely confused, the two aren't related at all.

Put is a Win32::OLE::Variant method

Put_ is an OLE object method, SWbemObject.Put_ Method

  • Comment on Re^4: SOLVED Put_ UNDERSCORE: Setting a WMI value using Perl Win32::OLE