Name
header
Synopsis
$h
->header(field
[=> $val
],...)
When called with just an HTTP header as a
parameter, this method returns the current value for the header.
For example, $myobject->('content-type')
would
return the value for the object’s Content-Type header. To define
a new header value, invoke header
with a hash of header=>value
pairs, in which the
value is a scalar or reference to an array. For example, to
define the Content-Type header, you would do this:
$h->header('content-type' => 'text/plain');
Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.