# $Id: Footer.pm,v 1.5 2003/09/28 08:09:31 clajac Exp $ package CPANXR::Apache::Footer; use strict; my $footer = q{


the camel
}; sub footer { my ($self, $r) = @_; $r->print($footer); } 1;