Ok, now i am pretty sure what i have done is right because i copied it from 
a book, but I don;t know if it is right to set or retrieve a cookie. here 
is my script that should set a cookie, allowing visitors to customise the 
look of my site:

#!/usr/bin/perl

use CGI qw/:standard/;
$q = new CGI;
print header();

$cookie = $q->cookie(-name=>'fontsize',
                      -value=>'12',
                      -expires=>'20s',
                      -domain=>'http://www.peanutbuttercheesecake.co.uk');

why isn't anything happening. my browser is set to ask if i want to accept 
a cookie, but it doesn't ask.
TIA

-- 
Matthew Harrison
Internet/Network Services Administrator
Peanut-Butter Cheesecake Hosting Services
Genstate
www.peanutbuttercheesecake.co.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to