> > users =3D> $users_ref
> [% CGI.popup_menu("assignee", users) %]
>=20
> in the context of the %globals hash above? I wouldn't think the
> name 'users_ref' would be visible in the template's namespace.
*Bonk*
Yes, you are correct. It should be the template variable name
and not the perl one.
--mark