$cookie = cookie ( -NAME => $data[0], -VALUE => $data[1], -EXPIRES => $data[2], ); print "Set-Cookie: $cookie";