$cookie = $cgi -> cookie(-name =>'ipcookie', -value => $remote_ip, -ex
+pires => '+10s');
If a cookie is assigned to a variable as in this case, even when the cookie expires wouldn't the $cookie variable store the ip? or CGI cookie is designed to expire the variable as such? Please comment.