> I'm interested in a new feature in HTML::Template, and I want to see if
> other folks would find it useful. 

I will find it useful.

> I'm thinking the syntax would be allow the "global_vars" option to the
> new() function to take a array reference as a value, like this:
> 
> global_vars => [qw/site_name site_url contact_email/],

I would rather like a function global() or global_param()...
$template->global(scripturl => $ENV{SCRIPT_NAME});


Good bye, Uwe



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

Reply via email to