On Wed, 9 Oct 2002, Doc wrote: > HTML::Template::param() : attempt to set parameter 'rows' with a scalar > - parameter is not a TMPL_VAR! at dbview.pl line 22
This means that HTML::Template didn't see: <tmpl_var name="row"> in your template file. If you'd rather HTML::Template was quiet about this situation then set die_on_bad_params to 0 when you call new(). -sam ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
