total descendants:: total children::0 |
Use the cookie() method create and retrieve session cookies. ... To retrieve a cookie, request it by name by calling cookie() method without the -value parameter: use CGI; $query = new CGI; $riddle = cookie('riddle_name'); %answers = cookie('answers'); |
| |||||||||||||||||||||||