Dave Cash wrote:

You're almost there:

[% USE CGI %]
[% CGI.${"div"}("Foo") %]


Yeah, that one works for me. :)

perl -MTemplate -e 'my $t=Template->new;$t->process(\"[%USE CGI%][%CGI.\${\"div\"}(\"Foo\")%]")||die$t->error;'

--mark

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to