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

Erlang::Parser::Node::VariableRecordUpdate - variable record update

DESCRIPTION

An update of a variable record's component.

Accessors

variable

The Erlang::Parser::Node::Variable which is being updated.

record

An Erlang::Parser::Node::RecordNew which updates parts of the record.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        MyVar#state{part=42}