File: speedycgi-handler.cgi

package info (click to toggle)
libhtml-mason-perl 1%3A1.35-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,988 kB
  • ctags: 1,477
  • sloc: perl: 16,974; sh: 185; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/speedy
# -*- perl -*-

use HTML::Mason::CGIHandler;

BEGIN { warn "Loading speedycgi-handler.cgi"; };
warn "Executing speedycgi-handler.cgi";

my $h = HTML::Mason::CGIHandler->new(data_dir => "/var/cache/mason" );

$h->handle_request;