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

PNI::Elem - is a base class

ATTRIBUTES

id

    $elem->id;

Used by PNI::Set to identify the element. Defaults to internal memory address of the object reference.

label

METHODS

by_id

    use PNI::Elem;

    my $elem = PNI::Elem::by_id($elem_id);

Given an elem id, returns a reference to the elem.