in reply to
Default filter in TT
Template::Alloy
now also supports the AUTO_FILTER directive.
my @a=qw(random brilliant braindead); print $a[rand(@a)];
Comment on
Re: Default filter in TT
In Section
Seekers of Perl Wisdom