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

FindApp::Object::Behavior::Overloading - provide an object with simply overloads

SYNOPSIS

DESCRIPTION

Overloads

as_string

The Data::Dump output.

as_number

The object address.

op_equals

For the == operator, compares addresses.

op_notequals

For the != operator, compares addresses.

op_eq

For the eq operator, compares stringifications.

op_ne

For the ne operator, compares stringifications.

Methods

op_eq
op_ne

SEE ALSO

AUTHOR

LICENCE AND COPYRIGHT