RE: perl question

2002-09-17 Thread Patrick Connolly
, September 12, 2002 10:58 AM To: [EMAIL PROTECTED] Subject:perl question How would I script the following example?? == Original log === 172.16.54.132 ssjobhnd Fri Jun 14 19:20:12 2002 SNBJH_3710J Task 3: KB transferred 414636.4 Task time 313 s. Throughput 1324.7 KB/s 172.16.54.132 ssjobhnd

perl question

2002-09-12 Thread Mike Singleton
How would I script the following example?? == Original log === 172.16.54.132 ssjobhnd Fri Jun 14 19:20:12 2002 SNBJH_3710J Task 3: KB transferred 414636.4 Task time 313 s. Throughput 1324.7 KB/s 172.16.54.132 ssjobhnd Fri Jun 14 19:20:13 2002 SNBJH_3257J - Task 4 (node SEA-REGWEB2, disk

RE: Sys Admin - perl question - change of dns or other things

2002-09-05 Thread Alexander, Mark P \(XRT\)
September 05, 2002 10:12 AMTo: Perl Win32 Users (E-mail); Perl Admin (E-mail)Subject: Sys Admin - perl question - change of dns or other things Group, I am in a situation in which I need to sign on to a bunch of work stations and make changes. IP changes for dns and other

RE: Sys Admin - perl question - change of dns or other things

2002-09-05 Thread Timothy Johnson
om: Norris, Joseph [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 10:12 AMTo: Perl Win32 Users (E-mail); Perl Admin (E-mail)Subject: Sys Admin - perl question - change of dns or other things Group, I am in a situation in which I need to sign on to a bun

RE: Sys Admin - perl question - change of dns or other things

2002-09-05 Thread Alexander, Mark P \(XRT\)
; Perl Admin (E-mail)Subject: RE: Sys Admin - perl question - change of dns or other things Mark, I have found the W2K server resource kit - where are the perl scripts that handle these changes? Thanks for the help. -Original Message-From: Alexander, Mark P (XRT

RE: Sys Admin - perl question - change of dns or other things

2002-09-05 Thread Timothy Johnson
'; Alexander, Mark P (XRT); 'Norris, Joseph'; Perl Admin (E-mail)Subject: RE: Sys Admin - perl question - change of dns or other things Timothy, It was netdnsconfig.pl. Itactually did compilewith perlapp 4.1.1 build 403, without errors,buthad a problem with an include file

Apache-Perl Question

2002-05-01 Thread EP
Hi! My best wishes for all of you! I have what I consider a simple question about Apache and Perl. ¿How do I get my Hello World script to run intomy browser? Maybe my config is not good; so here's the procedure I followed: 1- I installed "apache_1.3.20-win32.msi" (Apache Ver 1.3 Win32)

Re: Basic Perl question

2002-04-22 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: Dear All, I have seen one perl code with the follwing stuff sub func_name($$$) { $a = @_; } My question is ,

Basic Perl question

2002-04-21 Thread ponnam . balam
Dear All, I have seen one perl code with the follwing stuff sub func_name($$$) { $a = @_; } My question is , What is the purpose

Authentication and perl question

2001-08-07 Thread Reynolds, Josh
Hi all, I'm still something of a newbie, so I hope this isn't a dumb question. I'm running win2k advanced server with activeperl 5.6.1. What I would like to do is keep a database of usernames and passwords to restrict access to a directory on our website. So I was thinking I would

RE: Authentication and perl question

2001-08-07 Thread Ember Normand
: Reynolds, Josh [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 07, 2001 8:13 AMTo: PerlWin32AdminSubject: Authentication and perl question Hi all, I'm still something of a newbie, so I hope this isn't a dumb question. I'm running win2k advanced server with activeperl 5.6.1. What I

Re: Authentication and perl question

2001-08-07 Thread Reynolds, Josh
... thanks again for all the help, josh reynolds - Original Message - From: Ember Normand To: 'Reynolds, Josh' ; PerlWin32Admin Sent: Tuesday, August 07, 2001 11:00 AM Subject: RE: Authentication and perl question Since you have to work with VB Perl, you

Re: Perl Question

2001-05-21 Thread Simon Oliver
You could write a server daemon that runs in the context of the new job. This could listen for connections from your script and spawn the new process on its behalf. Cruickshanks, Darin wrote: Hi All, Question for all the Guru's - I have a Perl script that is going to run in the

RE: Perl Question

2001-05-21 Thread Steve Spears
Of Cruickshanks, Darin Sent: Monday, May 21, 2001 6:07 AM To: '[EMAIL PROTECTED]' Subject: Perl Question Hi All, Question for all the Guru's - I have a Perl script that is going to run in the context of the current user but I want it to then spawn a process that runs as a different user. I have looked

Simple perl question

2001-01-19 Thread Daniel Antony Zachery Moore
Yeah, I have split up the data from a "du" command. I want to store the data as a hash, the username to be the key and the du (disc usage) to be the other. should one array form the key to the hash and the other the value?? Yes :) #!/usr/bin/perl -w my @output_lines = (`du -s