in reply to Re: Math in Template::Toolkit
in thread Math in Template::Toolkit

Good idea, but ..

[% extra = width/2; %]; [% extra = (width/2); %] [% extra = ($width/2); %]

all failed. :(

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^3: Math in Template::Toolkit
by mreece (Friar) on Apr 30, 2007 at 21:14 UTC
    how about width*.5 ? ;)