Subject: | Undocumented behavior of cookie() function with no arguments |
The documentation for CGI.pm doesn't specify the behavior of the cookie() function when called with no arguments. According to a comment in the
code, cookie() follows the following rule: "# If no name is supplied, then retrieve the names of all our cookies." A sentence to this effect should
be added to the documentation; its omission was surely unintentional.