HTML::TreeBuilder construct a tree of HTML::Element objects. I have some routines that
should naturally (from an OO perspective) be part of HTML::Element.
Since TreeBuilder creates these, and doesn't use a Factory
Pattern (in which case I would derive from HTML::Element), is there some neat perlish way to add methods
to HTML::Element? Please give me an example.
Thanks.