HTML::ListStart — Start a HTML (unsorted) list
Import HTML;
string HTML::ListStart (
void)
HTML code
For example [ul]
You might consider using HTML::list() instead which takes a list of items and does all the rest by itself.