Apache-NavBarDD
view release on metacpan or search on metacpan
NavBarDD.pm view on Meta::CPAN
</style>
EOF
# if $bottom the bar is displayed both on the top and on the bottom
# of the page.
my $bottom = 0;
# $depth is the vassal bar's depth down the document hierarchy.
my $depth = 2;
sub handler($$) {
my ($self, $r) = @_;
my $bar = $self->read_configuration($r) || return DECLINED;
$r->content_type eq 'text/html' || return DECLINED;
my $fh = Apache::File->new($r->filename) || return DECLINED;
# the following handle caching; they stand in the way when
# making changes to the code, so use them wisely
# $r->update_mtime($bar->modified);
( run in 0.366 second using v1.01-cache-2.11-cpan-65fba6d93b7 )