NAME
JavaScript::Code::Expression::Boolean - A JavaScript Boolean Expression
METHODS
$self->and( ... )
logical conjunction
$self->or( ... )
logical disjunction
$self->not( ... )
logical negation
$self->less( ... )
$self->less_equal( ... )
$self->greater( ... )
$self->greater_equal( ... )
$self->equal( ... )
$self->not_equal( ... )
SEE ALSO
AUTHOR
Sascha Kiefer, esskar@cpan.org
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.