The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.