-
-
09 Aug 2022 19:48:36 UTC
- Distribution: XML-XPath
- Module version: 1.48
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (14)
- Testers (228 / 1 / 5)
- Kwalitee
Bus factor: 1- % Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (55.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Matt Sergeant, AxKit.com Ltd
- Dependencies
- Scalar::Util
- XML::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
XML::XPath::Boolean - Boolean true/false values
DESCRIPTION
XML::XPath::Boolean objects implement simple boolean true/false objects.
API
XML::XPath::Boolean->True
Creates a new Boolean object with a true value.
XML::XPath::Boolean->False
Creates a new Boolean object with a false value.
value()
Returns true or false.
to_literal()
Returns the string "true" or "false".
Module Install Instructions
To install XML::XPath, copy and paste the appropriate command in to your terminal.
cpanm XML::XPath
perl -MCPAN -e shell install XML::XPath
For more information on module installation, please visit the detailed CPAN module installation guide.