package My::Simple; use strict; use warnings 'all'; use Apache2::RequestRec (); sub handler : method { my ($class, $r) = @_; print "content-type: text/html\n\n"; print "
##
use lib '/path/to/your/libs';
PerlModule My::Simple
ServerName www.your-website.com
ServerAlias your-website.com
SetHandler perl-script
PerlResponseHandler My::Simple