me..
Denie
- Original Message -
From: "Jenda Krynicky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 30, 2000 6:10 PM
Subject: Re: Getting Workstation Name
> > I'm wanting to trap the name of the workstation that hit my web page so
&
uffer,$N);
$TempPath = $lpBuffer;
$TempPath = substr($TempPath,0,ord $N);
print "Name is '$TempPath'\n";
print "Getting software ...\n";
...
...
- Original Message -
From: "Jenda Krynicky" <[EMAIL PROTECTED]>
To:
> I'm wanting to trap the name of the workstation that hit my web page so
> that I know who made a change. I can get the IP address by using the
> $ENV{REMOTE_ADDR} environment variable, but with DHCP a user's IP
> address could change. Is there a way using Perl to get that?
Well, the name coul
I'm wanting to trap the name of the workstation that hit my web page so
that I know who made a change. I can get the IP address by using the
$ENV{REMOTE_ADDR} environment variable, but with DHCP a user's IP
address could change. Is there a way using Perl to get that?
Stanley G. Martin
Midwest C