ooops,
i figured it out ... I should use this :
$Template::Stash::SCALAR_OPS{'sprintf'} = \&Page::Utils::sprintfTT;
$Template::Stash::SCALAR_OPS{normalizeDate} = \&Utils::normalizeDate;
Instead of this :
$Template::Stash::SCALAR_OPS = {
'sprintf' => \&Page::Utils::sprintfTT,
normalizeDate => \&Utils::normalizeDate
}
sorry
=====
iVAN
[EMAIL PROTECTED]
=====
