#!c:\Perl\bin\perl.exe
use CGI ':standard';
use Win32::ODBC;
$Email = param('Email');
$cookie = $cgi_query->cookie(-name=>'userID',
-value=>'SITE=http://www.example.com',
-expires=>'+24h',
-path=>'/');
#create the HTTP header and print the doc type
print $cgi_query->header(-cookie=>$cookie);
#print "Content-type: text/html\n\n";
print "<HTML>\n";
created cookie value='SITE%3Dhttp%3A%2F%2Fwww.example.com'
using Sambar6.2
I am missing something basic? I want the cookie value to not have the hex codes.
Thank-you for looking into my problem.

New Topic/Question
Reply



MultiQuote





|