Hi List ,
I have a directory that I want to read . Lets say the name of the directory
is my scripts (Windows platform ) . In this directory is text files . What I
want to do is read the directory and extract 2 lines out of each text file .
So far I'm able to create an Array but I'm not sure how
Hi List ,
My code is this :
I'm just trying to capture my Services on my machine .
#!/usr/bin/perl - w
use Win32::Service;
use diagnostics;
my $hostname = hpgwcfede2;
my %hash;
Win32::Service::GetServices($hostname,%hash);
When I execute the script it says this :
Uncaught exception
GetServices Mod
From: "Federico, Chris" <[EMAIL PROTECTED]>
> My code is this :
>
> I'm just trying to capture my Services on my machine .
>
> #!/usr/bin/perl - w
>
> use Win32::Service;
> use diagnostics;
You forgot
use strict;
> m
Hi Group :),
Does anyone know of a module or how to display users connected to the Web
process of an NT/2000 Server in Perl . Checking the sessions on the machine
only shows users opening files and not connected the the WWW process . This
would come in real handy ..
Can anyone steer me in th
-6647
Visit the ITS I-Web site for IT information or to log a support call at:
<http://www.ime.reuters.com/itservices>
-Original Message-
From: Mark G [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 7:32 PM
To: Federico, Chris
Cc: perl
Subject: Re: Displaying Connections Or se