JE::Null(3pm) | User Contributed Perl Documentation | JE::Null(3pm) |
JE::Null - JavaScript null value
use JE; $j = new JE; $js_null = $j->null; $js_null->value; # undef
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.
2022-11-19 | perl v5.36.0 |