1 2 3 4 5 6 7 8 9 10
%while ( $Group = $Groups->Next) { <A HREF="Modify.html?id=<%$Group->id%>"><%$Group->id%>: <%$Group->Name%></a><BR> %} <%INIT> my ($Group); my $Groups = new RT::Groups($session{'CurrentUser'}); $Groups->UnLimit; </%INIT> <%ARGS> </%ARGS>