Hi, I've created a mod_perl module called Apache::Inject that I've recently put up on PrePAN [1]. It is my first Perl module, so I'd be grateful for any comments.
[1] http://prepan.org/module/nYw5RG2DWu5 NAME Apache::Inject - Apache directive for injecting HTML headers and footers SYNOPSIS DocumentRoot /uar/local/www/apache24/data PerlModule Apache::Inject <Directory /usr/local/www/apache24/data> Inject head.html foot.html </Directory> Best regards John