Regex, Taint, Review

2002-04-10 Thread K.L. Hayes
$subject\n"; } else { error(); } if($comments) { print MAIL "Comments: $comments\n"; } else { error(); } close(MAIL); print "Location: http://www.my-domain.com/thankyou.html\n\n";; exit; } print "Location: http://www.my-domain.com/contact/index.html\n\n"

Re: Cgi on IIS

2002-01-17 Thread K.L. Hayes
e I figured it out. Hope this helps. -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] Wednesday, January 16, 2002, 1:18:39 PM, you wrote: m> I hope someone can help me out. m> I set up this cgi file and html form on a Unix server. The script m> changes a user's password in a tex

Re[2]: Won't write IP address to file

2002-01-16 Thread K.L. Hayes
me new ways of doing things. Since some of my reference material is a couple years old, I welcome the help in getting it right. In the future I'll make it a point to cross reference my books to perldoc to save everybody some time. -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] Wednesda

Re[2]: Won't write IP address to file

2002-01-16 Thread K.L. Hayes
wrong... in my case anyway... ;) Posted the solution in case anybody wanted to know. Thanks again! -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] Wednesday, January 16, 2002, 12:32:06 PM, you wrote: HR> It looks like you forgot to specify the file handle when printing. HR> print CHECK "

Re[2]: Won't write IP address to file

2002-01-16 Thread K.L. Hayes
, K.L. Hayes mailto:[EMAIL PROTECTED] Wednesday, January 16, 2002, 12:32:06 PM, you wrote: HR> It looks like you forgot to specify the file handle when printing. HR> print CHECK "$ENV{'REMOTE_ADDR'}"; } HR> Rob HR> -----Original Message- HR> From: K.L. H

Won't write IP address to file

2002-01-16 Thread K.L. Hayes
; } close (CHECK); flock (CHECK, 8) if ($flock); } else { &invalid_info; } &ad2; } All help is appreciated. Thank you for your time. -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +=+ + "Only two things are infin

Re[2]: Should I use -e -d or opendir ?

2002-01-09 Thread K.L. Hayes
re reference as well. Hungry for knowledge, K.L. Hayes Wednesday, January 09, 2002, 8:17:23 PM, you wrote: JWK> "K.L. Hayes" wrote: >> >> Hello All, JWK> Hello, >> I've found lot's of info on how to check if a file exists but nothing >> about ch

Should I use -e -d or opendir ?

2002-01-09 Thread K.L. Hayes
This? ## opendir(CLIENT, "$path") or die " &errorMsg "; closedir(CLIENT); &get_on_with_it ## Or Is It This? ## if (-d $path) { &get_on_with_it } else { &errorMsg } -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +==

Re[2]: Interpolate in Location:

2001-12-21 Thread K.L. Hayes
you & Japhy. Just want to let you know that your time, knowledge & patience is greatly appreciated. I wish you & yours, health & prosperity in the coming year. Thank you. -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +=+ + &qu

Re[2]: Interpolate in Location:

2001-12-20 Thread K.L. Hayes
just started escaping everything that moved trying to find my stupidity... ;) Again, thanks for taking the time. Happy Holidays to all! -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +=+ + "Only two things are infinite, the uni

Interpolate in Location:

2001-12-20 Thread K.L. Hayes
ped, sorry... my e-mail client _insisted_. Thank you in advance! -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +=+ + "Only two things are infinite, the universe and + + human stupidity, and I'm not sure about the for

Re[2]: Off-Topic (200%) - Where are you from?

2001-11-14 Thread K.L. Hayes
I'm from da UP, eh... Michigans' Upper Peninsula - The sun vacations here... sometimes. ;) Tuesday, November 13, 2001, 12:58:27 PM, you wrote: >From Alicante - SPAIN ( Mediterranean Coast ) The sun lives here... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: CGI.pm and form validation

2001-07-13 Thread K.L. Hayes
supply a subject; exit; } Of course you will still have to verify that the info is in the proper format yourself. But, I believe that by doing this way, you will be assured of ACTUALLY getting ALL the form data in the first place. -- Best reg

Re: I did it!!!

2001-07-05 Thread K.L. Hayes
ult = $number * $mult; CS> print STDOUT "The result you ignorant fool is: $result\n"; CS> Cool, huh? Not gonna win any awards, but at least I know how to use STDIN CS> and STDOUT. -- Best regards, K.L. Hayes mailto:[EMAIL PROTECTED] +