File: send_headers.pl

package info (click to toggle)
libapache-filter-perl 1.019-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 65
  • sloc: perl: 888; makefile: 36
file content (7 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/perl

my $r = shift;
$r->send_http_header('ungulate/moose');
$r->send_cgi_header;

print "blah\n";