% foreach $comment (@$commentsRef) { <% $comment->markup() %> % }

Add a Comment

<%args> $page_id <%init> use Comments::Comment qw(:all); use Comments::CommentObj; my $comment; # Get comments. my $commentsRef = get_comments($page_id);