On Thu, 21 Mar 2002, Eric Moore wrote:
> in HTML::Template by doing
>
> while( ( $key, $value ) = each( %$conf ) ){
> $template->param( $key => $value );
> }
Psst - you can do that much easier with:
$template->param($conf);
Since param() can take a hash-ref of parameter settings.
-sam
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]