RE: generating data lists with html::template - SOLUTION

2002-04-24 Thread Johnson, Nicole
ssage- From: Cameron Dorey [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 7:41 AM To: Perl-Win32-Web (E-mail) Subject: Re: generating data lists with html::template "Johnson, Nicole" wrote: > > Hello - > > I am trying to dynamically generate an HTML page that

Re: generating data lists with html::template

2002-04-18 Thread Cameron Dorey
"Johnson, Nicole" wrote: > > Hello - > > I am trying to dynamically generate an HTML page that will list the data > from a table. For example, announcements posted to an internal system which > are duplicated on the web for users who wish to view them. Naturally I want > this web page to be re

RE: generating data lists with html::template

2002-04-17 Thread Thorsten . Klein
hello, if your template looks something like this (e.g. somewhere inside a table) you need an arrayref of hashref to fill the loop. > > sub Announce { > > print PERLLOG "$now: running Announce...\n"; > > my $sth = $dbh->prepare( " > SELECT po