I am trying to set a cookie to track how manytimes a visitor has come to the site. I would like to set the cookie and work with it all on the same page. my code looks like the following:
my ($visits, $name, $C_visits, $msg);
#retrieve Name cookie
$visits = cookie('Visits');
$name =...