Re: [htmltmpl] Comparing H::T:Expr variables
Brought to you by:
samtregar
From: Mathew R. <mat...@re...> - 2003-11-20 01:45:56
|
> Wouldn't that error be HTML::Template::Expr->new() if you're using = Expr? No, the HTML::Template module (rightly or wrongly) uses a hard-coded = text string for the wording "HTML::Template", rather than using = "ref($self)". This is not such a bad thing as it tell you exactly which module the = error is being generated in. Mat |