RE: Capturing the output of a sytem() command

2003-10-06 Thread Morgan, Steve H.
Title: Capturing the output of a sytem() command You can do something like this. $results = `$command 21`; This will redirect STDERR to STDOUT which is returned to $results. Hope this helps. -Original Message- From: George Gallen [mailto:[EMAIL PROTECTED] Sent:

Help With WIN32::API

2002-09-06 Thread Morgan, Steve H.
I am trying out Microsoft's new api set to accessing Terminal Server Information. I want to be able to get a list of the current sessions on remote terminal server boxes. Can anyone help me? I keep getting an overlapped IO error when running this code. I am new to the Win32::API. Here is what I

RE: Creating a PPD

2002-08-26 Thread Morgan, Steve H.
Chad, Believe it or not, including the HTML doc is quite easy but not well documented. All you have to do is place it in the correct directory before you create your tar file. You can even use pod style docs, inherit the Active State Style sheets and create the html file from your makefile.pl.

MS SQL Server Version

2002-08-13 Thread Morgan, Steve H.
Does anyone have any idea how you might be able to audit some MS SQL server version installs using perl. I am able to get the version and service packs from the registry using a perl script, but can not seem to find the location that would contain Enterprise vs Standard installs.

RE: large file upload

2001-06-08 Thread Morgan, Steve H.
Greg, I am researching this issue too. I am running Win2K IIS and it seems to timeout at 300 seconds. The file does get uploaded to the temp directory but times out while copying the file to the final destination.(They don't want you to access the temp file directly). I looked on the MS site and

RE: Disk Space and Free Space

2001-02-02 Thread Morgan, Steve H.
Very Cool script. -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 6:26 PM To: Asif Kaleem Cc: [EMAIL PROTECTED] Subject: Re: Disk Space and Free Space Asif Kaleem wrote: Hello Community: Is there a way to find out how big the