File: mason_example.cgi

package info (click to toggle)
libhtml-mason-perl 1%3A1.26-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,636 kB
  • ctags: 1,260
  • sloc: perl: 13,880; sh: 154; makefile: 47
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w

require 5;
use strict;
use HTML::Mason::CGIHandler;
use CGI::Cookie;

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

$h->handle_request;