Help for this page

Select Code to Download


  1. or download this
    my $o = FribbleList::HTML->new;
    $o->output;
    
  2. or download this
    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 );