name1,value1,name2,value2....etc. #### my $rep= new CGI; my $cookie = $rep->cookie("cookiename"); #### ("Name1","Value1","Name2","Value2")