Sigil My Object Up!
[% your_object # $your_object->tt_text; $your_object # $your_object->tt_value; @your_object # $your_object->tt_items; %your_object # $your_object->tt_pairs; %]--EOF--look inside...
Thus Spake Andy:
TT3 has a new mapping layer for dealing with objects. For example, if you
try and use a sigil on an object then TT3 will look to see if the object
implements a corresponding tt_xxxx()
method and will call it.