JE::Object::Boolean(3pm) | User Contributed Perl Documentation | JE::Object::Boolean(3pm) |
JE::Object::Boolean - JavaScript Boolean object class
use JE; $j = new JE; $js_bool_obj = new JE::Object::Boolean $j, 1; $perl_bool = $js_bool_obj->value; "$js_bool_obj"; # true
This class implements JavaScript Boolean objects for JE. The difference between this and JE::Boolean is that that module implements primitive boolean values, while this module implements the objects.
See JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::Boolean is explained here.
2022-11-19 | perl v5.36.0 |