The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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">>