Help for this page
$ perl -MCGI -le"print CGI->header(qw! -type image/jpeg -nph 1!) HTTP/1.0 200 OK ... Content-Type: image/jpeg
# add or replace the 'type' header $webapp->header_add( -type => 'image/jpeg', -attachment => 'foo.jp +g' );