#!/usr/local/bin/perl -w # # this is my code, i named it read.cgi # # use CGI; use strict; print "Content-type:text/html\n\n"; my $q = new CGI; my $cookie_in = $q->cookie('wolves'); print $cookie_in;