in reply to How to get an acceptable H::T AoH ref
my $things = $dbh->selectall_arrayref(' SELECT id,name FROM status ',{Slice=>{}}); my $t = MyHtmlTemplate->new( handle => \*DATA ); print $t->fill(title=>'FooBar',data=>$things);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get an acceptable H::T AoH ref
by bradcathey (Prior) on Sep 10, 2004 at 20:44 UTC | |
by jZed (Prior) on Sep 10, 2004 at 20:57 UTC | |
by bradcathey (Prior) on Sep 10, 2004 at 21:34 UTC |