Apache-Module
view release on metacpan or search on metacpan
lib/Apache/ModuleDoc.pm view on Meta::CPAN
for my $cmd (@cmds) {
my $text = escape_html($cmd);
my $cmd_rec = $modp->cmds->find($cmd);
(my $name = $cmd) =~ s/[<>]/./g;
my($context,$override) = overrides($modp, $cmd_rec);
my $args_how = $cmd_rec->args_how;
my $syntax = $Syntax{$args_how};
my $perl_syntax = perl_syntax($cmd, $args_how);
#this one's a wild guess
my $status = "Extension";
my $uri = $r->uri . ".html";
if(-e $r->lookup_uri($uri)->filename) {
$status = "Base";
}
$status = "Base" if $module eq "http_core";
print qq(<H2><A name="$name">$text directive</A></H2><P>\n);
print "Description: ",
escape_html($cmd_rec->errmsg), "<br>";
( run in 0.257 second using v1.01-cache-2.11-cpan-702932259ff )