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

Sidef

DESCRIPTION

This module provides some methods for static objects.

SYNOPSIS

This module can only be used as a parent:

        our @ISA = qw(Sidef);

or

        use parent qw(Sidef);

METHODS

!=

Obj != Obj -> Bool

Return true if two objects are not of the same type.

    nil != 4     # True
    nil != nil   # False

==

Obj == Obj -> Bool

Return true if two objects are of the same type.

    nil   == nil   # True
    false == nil   # False

def_method

Sidef.def_method() -> Obj

Return the

is_a

Sidef.is_a() -> Obj

Return the

Aliases: is_an

method

Sidef.method() -> Obj

Return the

METHODS

Sidef.METHODS() -> Obj

Return the

respond_to

Sidef.respond_to() -> Obj

Return the

Aliases: respondTo

super_join

Sidef.super_join() -> Obj

Return the