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

JE::Null - JavaScript null value

SYNOPSIS

  use JE;

  $j = new JE;

  $js_null = $j->null;

  $js_null->value; # undef

DESCRIPTION

This class implements the JavaScript "null" type. There really isn't much to it.

Null stringifies to 'null', and is false as a boolean.

SEE ALSO

JE
JE::Types
JE::Undefined

1 POD Error

The following errors were encountered while parsing the POD:

Around line 75:

=over without closing =back