A more complex DocumentRoot 

/index.html
/autohandler
/comp/pagelink.mhtml
/blog/index.html
/blog/archive.html
/blog/comp/show_entry.mhtml
% foreach my $entry ( @entries ) {
    <& comp/show_entry.mhtml, entry => $entry &>
% }