Not sure what you are asking but maybe you want.

while (my $hashref = $st1->fetchall_hashref) {

        push @array, $hashref;

}

$template->param(myloop => \@array);


-Todd

On Tue, 3 Dec 2002, Sven Joerns wrote:

> Hi,
> I want want to manipulate the data for TMPL_LOOP. 
> Which perl moduls can help me to do this?
> 
> An Example:
> 
> I get a a list (an array ref) of parameter assignments (hash refs) from the
> DBI Modul.
> 
> $list = $st1->fetchall_arrayref({})
> 
> Now, I want to extend the hashes.
> 
> How can I do that without making alien's code?
> 
> Thank you for your help
> 
> Sven Joerns
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Get the new Palm Tungsten T 
> handheld. Power & Color in a compact size! 
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
> _______________________________________________
> Html-template-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/html-template-users
> 



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to