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::Out - node output

ATTRIBUTES

edges

    my $edge = PNI::Edge->new;

    $out->edges->add($edge);

    $out->edges->del($another_edge);

    my @edges = $out->edges->list;

METHODS

is_connected

    $out->is_connected;