Rick Triplett <[EMAIL PROTECTED]> wrote:
: Sorry; I forgot to include all the code:
:
: I am trying to turn a repetitive assignment into a loop for
: HTML::Template (a Perl loop, not an HTML::Template Loop).
: I'm given a series of scalars (three shown below) and I
: have commented out the $tmpl-
Rick Triplett wrote:
Sorry; I forgot to include all the code:
It is always a good idea to provide enough for a working snippet to be
cut and pasted for other to tinker with. You are not only more likely
to get a response, it is more likely that the response will be correct.
most of the variati
Sorry; I forgot to include all the code:
I am trying to turn a repetitive assignment into a loop for
HTML::Template (a Perl loop, not an HTML::Template Loop). I'm given a
series of scalars (three shown below) and I have commented out the
$tmpl->param calls (also below, which worked fine). I inte