Re: WIN32::OLE WMI Out params

2009-12-05 Thread Michael
On Sat, 05 Dec 2009 05:58:48 -0800, Michael Ellery wrote: > Michael wrote: >> On Fri, 04 Dec 2009 17:10:26 -0800, Michael Ellery >> wrote: >>> Michael wrote: Okay - Just to sum up the whole thing. The original VBScript <>>> Option Explicit Dim objWMIService, objOV_No

Re: WIN32::OLE WMI Out params

2009-12-05 Thread Michael Ellery
Michael wrote: > On Fri, 04 Dec 2009 17:10:26 -0800, Michael Ellery > wrote: >> Michael wrote: >>> Okay - Just to sum up the whole thing. >>> >>> The original VBScript <>> >>> Option Explicit >>> >>> Dim objWMIService, objOV_NodeGroup, objGetRoot, objChildGroups, > arrNodes, >>> objItem >>> >>> Se

Help: Random Read/Write a binary file

2009-12-05 Thread Daniel Burgaud
Hi All I have files previously created in binmode. ie, open SFILE, "filename.dat"; binmode SFILE; print SFILE $buffer; close SFILE; Now, I want to Append this file somewhere in the middle. my $i = (-s "filename.dat") / 2; open SFILE, "filename.dat"; binmode SFILE; seek SFILE $i, 0; print SFILE

Re: WIN32::OLE WMI Out params

2009-12-05 Thread Michael
On Fri, 04 Dec 2009 17:10:26 -0800, Michael Ellery wrote: > Michael wrote: >> Okay - Just to sum up the whole thing. >> >> The original VBScript <> >> Option Explicit >> >> Dim objWMIService, objOV_NodeGroup, objGetRoot, objChildGroups, arrNodes, >> objItem >> >> Set objWMIService = >> GetObje