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::Binary - a binary string or list

DESCRIPTION

A compactly-stored block of data.

Accessors

bexprs

A list of Erlang::Parser::BinaryExprs; the individual expressions are composed to create the binary string or list.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        <<"abc">>