in reply to Template::Toolkit - uc() and lc(), other simple formatting mutators - see TT Filters!
[% use String %] [% String.new(myvar).upper() %] [download]
Nice, but why not use a Filter:
[% myvar | upper %] [download]
-- Frank