% foreach $comment (@$commentsRef) { <% $comment->markup() %> % }
Add a Comment
Your Name
Comment Body
<%args> $page_id %args> <%init> use Comments::Comment qw(:all); use Comments::CommentObj; my $comment; # Get comments. my $commentsRef = get_comments($page_id); %init>