mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
Imported mod_perl by xpapa.
This commit is contained in:
committed by
Arne Fitzenreiter
parent
27155082c6
commit
158c3466a1
22
config/mod_perl/startup.pl
Executable file
22
config/mod_perl/startup.pl
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/perl -wT
|
||||
|
||||
use ModPerl::Registry;
|
||||
use Archive::Zip qw(:ERROR_CODES :CONSTANTS);
|
||||
use CGI;
|
||||
use CGI::Carp 'fatalsToBrowser';
|
||||
use CGI qw(param);
|
||||
use CGI qw/:standard/;
|
||||
use File::Copy;
|
||||
use File::Temp qw/ tempfile tempdir /;
|
||||
use IO::Socket;
|
||||
use Locale::Country;
|
||||
use LWP::UserAgent;
|
||||
use Net::DNS;
|
||||
use Net::IPv4Addr qw( :all );
|
||||
use RRDs;
|
||||
use strict;
|
||||
use Time::Local;
|
||||
use warnings;
|
||||
|
||||
print "alle Perl-Module wurden geladen.\n";
|
||||
|
||||
Reference in New Issue
Block a user