table of contents
XML::LibXML::Boolean(3pm) | User Contributed Perl Documentation | XML::LibXML::Boolean(3pm) |
NAME¶
XML::LibXML::Boolean - Boolean true/false valuesDESCRIPTION¶
XML::LibXML::Boolean objects implement simple boolean true/false objects.API¶
XML::LibXML::Boolean->True¶
Creates a new Boolean object with a true value.XML::LibXML::Boolean->False¶
Creates a new Boolean object with a false value.value()¶
Returns true or false.to_literal()¶
Returns the string "true" or "false".2017-11-18 | perl v5.24.1 |