Query: je::object::boolean
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JE::Object::Boolean(3pm) User Contributed Perl Documentation JE::Object::Boolean(3pm)NAMEJE::Object::Boolean - JavaScript Boolean object classSYNOPSISuse JE; $j = new JE; $js_bool_obj = new JE::Object::Boolean $j, 1; $perl_bool = $js_bool_obj->value; "$js_bool_obj"; # trueDESCRIPTIONThis 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.METHODSSee JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::Boolean is explained here. value Returns a Perl scalar, either 1 or the empty string (well, actually !1).SEE ALSOJE JE::Types JE::Object JE::Boolean perl v5.14.2 2012-03-18 JE::Object::Boolean(3pm)
| Related Man Pages |
|---|
| boolean(3pm) - x11r4 |
| gstreamer::object(3pm) - debian |
| je::number(3pm) - debian |
| je::object::regexp(3pm) - debian |
| boolean(3pm) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Weird 'find' results |