Re: Won't write IP address to file

2002-01-16 Thread John W. Krahn
"K.L. Hayes" wrote: > > Hello All, Hello, > Could somebody please help me figure out why the following code will > not write the IP address to a file? > > I've verified that the code can find the file, open it & overwrite any > junk/test data already there with nothing. I've also printed out t

RE: Won't write IP address to file

2002-01-16 Thread Hanson, Robert
It looks like you forgot to specify the file handle when printing. print CHECK "$ENV{'REMOTE_ADDR'}"; } Rob -Original Message- From: K.L. Hayes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 6:23 PM To: [EMAIL PROTECTED] Subject: Won't write IP address to file Hello All