in reply to Re^2: using template on same page
in thread using template on same page
$names = $select->fetchall_arrayref(); foreach $names ( @$names) { ($variable1, $variable2, $variable3) = @$names; }
and then
$template->process (\$templ, { list => \@names }) or die $template->error;
I bet this last names you wanted it to be the other names and not the names perl has in mind.
names, names, all these names!!! fix these (and what others told you) and your program will be happier: re the joy of anonymity...
bw, a horse with no name
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: using template on same page
by bigup401 (Pilgrim) on Sep 16, 2018 at 11:27 UTC | |
by poj (Abbot) on Sep 16, 2018 at 17:15 UTC | |
by bigup401 (Pilgrim) on Sep 16, 2018 at 19:06 UTC | |
by poj (Abbot) on Sep 16, 2018 at 19:24 UTC | |
by bigup401 (Pilgrim) on Sep 17, 2018 at 16:05 UTC | |
|