#!/usr/bin/perl

my $r = shift;
$r->send_http_header;

print "blah\n";