[Templates] Variable interpolation question

Mark Mills mark@xodiax.com
Tue, 3 Sep 2002 11:01:23 -0400


> > 	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