fetch
%cookies
= fetch CGI::Cookie
- Returns a hash containing cookies returned by the browser, where the keys are the cookie names and the values are the cookie values. In a scalar context,
fetch
returns a hash reference.
%cookies
= fetch CGI::Cookie
fetch
returns a hash reference.