At 07:43 PM 12/26/01 -0800, J,L wrote:
>$template->param('keywords' => \@loop);
>
>        then in a tmpl file 
>P>Your search for <b><TMPL_LOOP
>NAME="keywords"><TMPL_VAR 
>NAME="keyword"></tmpl_loop></b> found etc......
>
>seems a lot extra codes than common "print" ... any
>better idea writing it ?

How about:
$template->param('keywords' => join ', ', @loop);


Bill Moseley
mailto:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to