Re: Problem in retrieving param from cookie

2002-04-10 Thread Ng Yuen Soo
Thanks Carl, it's finally working! Just seems like I couldn't find your way of defining the cookie variable off the web, esp from wiley or stein, i tried using their method but I just couldn't retrieve it. Million Thanks! - Original Message - From: "Carl Franks" <[EMAIL PROTECTED]> To:

Problem in retrieving data in cookie

2002-04-10 Thread Ng Yuen Soo
Hi, Let's say if I create a cookie with $questions and $answers value pairs where $questions consists of q1, q2, q3, q4, q5, while $answers consists of a1, a2, a3, a4, a5. I have no problem in printing out every value of a cookie by using my %answers = $q->cookie("my_cookie"); if(%answers) {

Fw: IP Address

2002-04-04 Thread Ng Yuen Soo
Hi Randal, Nice of u to ring up an idea on the limitations of IP address. But what do u suggest to be used as a validation tool for the users? IP add + ramdom ports? thanks! - Original Message - From: "Randal L. Schwartz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]

Problem in running CGI script with PWS server

2002-03-25 Thread Ng Yuen Soo
Hi, I am a newbie, setting up a test web server on Win98 with Activeperl Complier. Apparently, the CGI-BIN is finally working but the browser IE 6.0 does not execute the *.cgi with activeperl. It merely just displays the content. How do I get the PWS to associate .cgi with Activeperl? Thanks!