I know I can retrieve the value of a param using:
my $value = $template->param('PARAM');

...and that I can retrieve the type of a var (named 'BEE' in this case)
inside a loop (named 'EXAMPLE_LOOP' in this case) like so:
$type = $template->query(name => ['EXAMPLE_LOOP', 'BEE']);


...but how would I go about getting the value of a variable inside a loop
using either param() or query()?

------------------------
Brian McCain
PageMasters Internet Group



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to