diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-13 16:21:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-13 16:21:45 +0000 |
commit | a3b3a725123756b5ec0b93cd7b5d09df4c2baf86 (patch) | |
tree | ddaf10ae2aeb2844e310cfcb292ffb9ffccb7868 /lib/CGI | |
parent | 69f2e79da25b5a49598cf5c7f87472a2f9d99f7b (diff) | |
download | perl-a3b3a725123756b5ec0b93cd7b5d09df4c2baf86.tar.gz |
Upgrade to CGI 2.71, from Lincoln Stein.
p4raw-id: //depot/perl@6611
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Cookie.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Cookie.pm b/lib/CGI/Cookie.pm index 8c5ac1efc6..6737832080 100644 --- a/lib/CGI/Cookie.pm +++ b/lib/CGI/Cookie.pm @@ -384,7 +384,7 @@ Get or set the cookie's value. Example: $value = $c->value; @new_value = $c->value(['a','b','c','d']); -B<value()> is context sensitive. In an array context it will return +B<value()> is context sensitive. In a list context it will return the current value of the cookie as an array. In a scalar context it will return the B<first> value of a multivalued cookie. |