in reply to Why do some browsers show none of my output?
use CGI qw/:standard/; print header; [download]
$r->content_type("text/html"); $r->send_http_header; [download]