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:
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)
{
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]
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!