Help ! Newbie here :)

2002-09-18 Thread Federico, Chris
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

Having trouble with Win32::Service::GetServices Mod

2002-09-23 Thread Federico, Chris
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

RE: Having trouble with Win32::Service::GetServices Mod

2002-09-23 Thread Federico, Chris
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

Displaying Connections Or sessions to a Web site on NT/2000 Mach ines

2003-06-09 Thread Federico, Chris
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

RE: Displaying Connections Or sessions to a Web site on NT/2000 Mach ines

2003-06-10 Thread Federico, Chris
-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