The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bb::Collaborate::V3::_List - Base class for lists.

DESCRIPTION

Used as a base class for chair-persons, participants, courses and session attendees.

METHODS

add

    $list->add('111111', '222222');

Add additional elements

stringify

Serialises array members by joining their string values with ','. Typically used to pack SOAP data, E.G. Session chair persons.