What is this; 

HTML::Template::param() : attempt to set parameter 'rows' with a scalar - parameter is 
not a TMPL_VAR! at dbview.pl line 22

Code is this:

push @{$rows}, $_ while $_ = $sth->fetchrow_hashref();
 
# instantiate the template and substitute the values
my $template = HTML::Template->new(filename => 'template.html');
$template->param(ROWS => $rows);


 My webhost customer base was bought out, i got new host.



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

Reply via email to