in reply to Re^2: Alternate template syntax for HTML::Template?
in thread Alternate template syntax for HTML::Template?

Note that HTML::Template::Compiled isn't 100% compatible with HTML::Template.

For example the following snippet of code shows errors:

thanks for pointing that out.
i would still call it quite compatible (although not 100%, you're right), the above is just a bug. i'll try to repair it.

update: fixed it, will be available soon on sourceforge.

  • Comment on Re^3: Alternate template syntax for HTML::Template?

Replies are listed 'Best First'.
Re^4: Alternate template syntax for HTML::Template?
by skx (Parson) on Oct 02, 2005 at 13:27 UTC

    Wow - fast support!

    I first noticed this a few months ago, and forgot about it. Just testing my site today after being reminded of the modules existance was enough to see the problem again.

    I guess I've learned a good lesson today: I should report bugs when I first spot them instead of just dropping the modules!

    Steve
    --