According to Roman Hubacek <[email protected]> on Wed, 03/24/10 at 16:04: > > it looks that query in TT actually works, because it apparently returned > three rows. I would suspect the keys would be uppercase, but it actually > depends on DBI driver. > > You can check in the small script by using fetchrow_hashref instead of > fetchrow_arrayref and dumping the result. Something like: > > use Data::Dump qw{dump}; > > ... > > while (my $row = $sth->fetchrow_hashref()) { > dump $row; > }
Bingo! That was the problem. Thanks! :-) Regards, web... -- William Bulley Email: [email protected] 72 characters width template ----------------------------------------->| _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
