File: startup.pl

package info (click to toggle)
haci 0.97c-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,816 kB
  • sloc: perl: 19,106; sh: 190; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
use strict;
use FindBin;

$ENV{MOD_PERL} or die "not running under mod_perl!";

use ModPerl::Registry;
use Apache::DBI;
use CGI ();
CGI->compile();
use Digest::SHA;
use CGI::Session;
use CGI::Cookie;
use CGI::Ajax;
use Math::BigInt;
use Math::BigInt::FastCalc;
use Config::General qw(ParseConfig);
use Cache::FastMmap;
use Net::CIDR;
use Net::IPv6Addr;
use Locale::gettext;
use Storable;