in reply to How can I change the content-type in HTML::Mason?

I've used this to set the content type for dynamic images served up via mod_perl/mason:
$r->content_type('image/jpeg');

-Blake