Name

HTML::ListEnd — End a HTML (unsorted) list

Synopsis

Import HTML;
string HTML::ListEnd (void); 

Return Value

string

HTML code

Description

For example [/ul]

You might consider using HTML::list() instead which takes a list of items and does all the rest by itself.