JE::Null - JavaScript null value


JE documentation  | view source Contained in the JE distribution.

Index


NAME

Top

JE::Null - JavaScript null value

SYNOPSIS

Top

  use JE;

  $j = new JE;

  $js_null = $j->null;

  $js_null->value; # undef

DESCRIPTION

Top

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

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

SEE ALSO

Top

JE
JE::Types
JE::Undefined

JE documentation  | view source Contained in the JE distribution.