my $data = $DBH->prepare(…)
'
'
$template->process (\$templ, { list => \@$data })
or die $template->error;
How can it ? I get the error "Not an ARRAY reference"
because $data is a statement handle. Your array ref is $datainfo
In reply to Re: sql join with multiple select
by poj
in thread sql join with multiple select
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |