Help for this page
my $o = FribbleList::HTML->new; $o->output;
my $html_list_output = ListOutput::HTML->new; my $o = FribbleList->new( output => $html_list_output ); $o->output; # really does $html_list_output->output( $o->list );