The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
function markcomment(act,id,mark) {
  f = document.forms.SEARCH;
  f.act.value       = act;
  f.commentid.value = id;
  f.mark.value      = mark;
  f.submit();
}