Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
commit
30132626b8
68 changed files with 5497 additions and 0 deletions
15
samples/modtable.pl
Normal file
15
samples/modtable.pl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
$ENV{'CONTENT_TYPE'} = "multipart/form-data";
|
||||
|
||||
use CGI::Carp 'fatalsToBrowser';
|
||||
|
||||
BEGIN {
|
||||
push (@INC,'/srv/www/huhu');
|
||||
}
|
||||
|
||||
use MOD::Handler;
|
||||
my $h = MOD::Handler->new('/srv/www/sample/home/etc/sample_pub.config');
|
||||
$h->run();
|
||||
Loading…
Add table
Add a link
Reference in a new issue