|
|
| Think about Loose Coupling | |
| PerlMonks |
DBI, HTML::Template and loopsby Anonymous Monk |
| on Apr 17, 2005 at 09:16 UTC ( #448608=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
Hello Monks,
I am new to perl, and I have been taking pieces and parts from other scripts I have found in an effort to try and get comfortable with perl. I am trying to query a database and display the information that I get on a webpage using HTML::Template. Here is what I am using to get the data: That gets my information out of the database, but how do I get that into HTML::Template? I have tried this: That gives me the follwoing error:
HTML::Template::param() : attempt to set parameter 'cm' with a scalar - parameter is not a TMPL_VAR! at /var/www/asd/www.pl line 60 If someone could point me in the right direction, it would be much appreciated. Thank you very much.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||