http://qs321.pair.com?node_id=884387


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)];