Re: Opening files of gigabytes

2001-04-04 Thread Michael L. Semon
> Hi all, > > I have a question regarding opening very large webserver logfiles. They are > about a gigabyte each and I have seven of them so I run out of memory. > > This is what I do now: > > for $file (@logfiles) { > open (FILE, "$file"); > @text = ; > close FILE; > while ($#text > -1) { >

Re: OT:Windows Me vs Windows 98 SE

2001-03-31 Thread Michael L. Semon
In defense of WinME, its very good for a Win9x operating system. MS got rid of the 16-bit real-mode drivers and the real-mode DOS bootstrap routines. WinME is a lot more stable than Win98SE. However, programs that relied on that kind of stuff are going to have problems. That includes older Wind

Re: Win32::Service

2001-03-21 Thread Michael L. Semon
> It appears that you cannot stop a service that has dependencies. Is this > actually the case? This module seems a bit lacking in both documentation > and functionality. There also doesn't appear to be a way to decode the > masks that the GetStatus function returns. Well, there's probably a r