Hi Keith,

The short resopnse: RTFM

The long response: `perldoc HTML::Template::Expr` returns the following bit:

    CAVEATS
       Currently the module forces the HTML::Template global_vars
       option to be set.  This will hopefully go away in a future
       version, so if you need global_vars in your templates then
       you should set it explicitely.

In other words, it's a feature. I encountered this as well and it caused some
trouble with my code. I've skipped using HTML::Template::Expr for the time
being.

Enjoy!
--Joel

>Using HTML::Template::expr, I need to set global_vars to 0.  It doesn't
>seem to take.  Vars outside my loop are showing up inside the loop no
>matter what I set global_var to.  If I don't use the expr version it
>works fine.
>
>I need to use the expr version, so before I kludge a fix in my app I
>wanted to see if this is a feature or a bug.
> 
>-- 
>Keith Jackson <[EMAIL PROTECTED]>
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: eBay
>Get office equipment for less on eBay!
>http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
>_______________________________________________
>Html-template-users mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/html-template-users
>


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to