<& /Elements/Header, Title => "Comments about $name" &> Be a little bit careful about writing too much shit here:
<%ARGS> $id=>undef <%INIT> require RT::User; my $user=RT::User->new($session{CurrentUser}); $user->Load($id) || die "Couldn't load user ($id)"; my $name=$user->RealName || $user->EmailAddress; if ($ARGS{Comments}) { $user->_Set('Comments',$ARGS{Comments}); }