Ideally, I would like to log these to a file for reporting, so thought PERL
would be the best way of doing this.
THanks
Simon
-Original Message-
From: John Edwards [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2002 13:07
To: 'Simon Rowan'; 'PERL beginners'
Subject:
industry's
first choice for practical advice on strategy, business process and
the application of advanced technology.
Simon Rowan Tel: +44 (0) 20 7664 6640
Evolution Fax: +44 (0) 20 7664 6641
Peninsular House
30-36 Monument S
I have this script to get the IP address of a remote computer. You don't ned
any additional modules for this.
# Resolves IP address from host name
# Specify target computer as argument to the script
# (with or without preceding '\\')
use Socket;
$computer = "$ARGV[0]" ;
die "\nHost name must
All,
I am using Activeperl 5.6 and want to use the Win32::TieRegistry package.
When I try to install this package, I get the error,
Error Installing package "Win32-TieRegistry.ppd' Read a PPD for
'Win32-TieRegistry.ppd', but it is not intended for this build of Perl
(MsWin32-x86-multi-thread)
Message-
From: Crowder, Rod [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2001 12:47
To: 'Simon Rowan'; [EMAIL PROTECTED]
Subject: RE: Getting a module to work
> -Original Message-
> From: Simon Rowan [mailto:[EMAIL PROTECTED]]
> Sent: 29 October 2001 16:43
>
Ok, I give up. How do I install a new module?
I am using Activeperl 5.6 (Build 631) and have downloaded a module
Win32:AdminMisc. This is not one of the modules you can install simply using
ppm.
There are some instruction on installing this module but they do not work
for this version of perl, di