Index of all pages
$q->p(map { my $id = $_; my $title = $id; $title =~ s/_/ /g; GetPageOrEditLink($id, $title) . $q->br(); } AllPagesList()); ?>