$h->push_header(field => val)
Adds a new header field and value to the object. Previous values of the field are not removed.
$h->push_header(Accept => 'image/jpeg');
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]