Re: Getting Workstation Name

2001-01-01 Thread Denie Andriessen
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 &

Re: Getting Workstation Name

2000-12-31 Thread Andre Andreev
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:

Re: Getting Workstation Name

2000-12-30 Thread Jenda Krynicky
> 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

Getting Workstation Name

2000-12-21 Thread stanley . g . martin
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