File: compress.cp

package info (click to toggle)
libapache-filter-perl 1.024-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 62
  • sloc: perl: 901; makefile: 32
file content (6 lines) | stat: -rwxr-xr-x 71 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/perl

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

print "blah\n";