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