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
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
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
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