HTML::Template is choking with the complaint ...

HTML::Template->new() : Syntax error in <TMPL_*> tag at /XXX[here I'm ommiting the path]XXXX/data/templates/student_info.tmpl : 13. at /usr/local/lib/perl5/site_perl/5.005/HTML/Template.pm line 2243.

This is a typical line from my template ...
<input type="text" name="name_full" value="<TMPL_VAR NAME="name_full">" size="40" maxlength="40"></div>


This isn't much code to look at, but I'm hoping my blunder will be obvious to someone with more experience. The nested quotes in my attempt to put TMPL_VARs into the value field make me suspicious that I am misusing HTML::Template. Anyone have some words of wisdom for me?
Rick T.



-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to