The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:boolean"

lib/boolean.pm River stage three • 61 direct dependents • 933 total dependents

INGY/boolean-0.46 - 08 Jul 2016 17:14:57 UTC

JE::Boolean - JavaScript boolean value River stage two • 6 direct dependents • 10 total dependents

This class implements JavaScript boolean values for JE. The difference between this and JE::Object::Boolean is that that module implements boolean *objects,* while this module implements the *primitive* values. The stringification and boolean operato...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC

Sub::Boolean - make XS true/false subs River stage zero No dependents

A good way to create fast true/false constants is: use constant { true => !!1, false => !!0 }; Or on newer Perls: use builtin qw( true false ); However these constants will throw a compile-time error if you call them as a sub: if ( true(123) ) { ...;...

TOBYINK/Sub-Boolean-1.000000 - 07 Nov 2022 02:20:31 UTC

JSPL::Boolean - Perl class that encapsulates the JavaScript's true and false values. River stage zero No dependents

In JavaScript, every boolean expression results in one of the two values "true" or "false". Both values, when returned to perl space will be wrapped as instances of JSPL::Boolean. Both perl objects use the "overload" mechanism to behave as expected. ...

SORTIZ/JSPL-1.07 - 17 Jan 2012 00:51:18 UTC

Acme::Boolean - There is more then one way to be true. River stage zero No dependents

This module provides a lot of words for you to express from the very trustful to the toally errorneous; TRUE These words can be used to refer to a true value: yes verifiable trusty accurate actual appropriate authentic authoritative correct dependabl...

GUGOD/Acme-Boolean-0.7 - 01 Jun 2021 15:02:44 UTC

BERT::Boolean - Boolean data type for BERT River stage zero No dependents

This module is intended to be used with BERT to specify a boolean value. It is overloaded to act almost exactly like the numbers 1 and 0. See the BERT specification at <http://bert-rpc.org/>....

SHERWIN/BERT-0.06 - 22 Jan 2012 15:34:46 UTC

Venus::Boolean - Boolean Class River stage two • 3 direct dependents • 56 total dependents

This package provides a representation for boolean values....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC

Class::Boolean - A Boolean Object Class River stage zero No dependents

This package provides a versatile boolean class object for the manipulation and chaining of boolean values. See Module::Generic::Boolean for more information....

JDEGUEST/Class-Generic-v0.1.1 - 09 Mar 2022 11:32:50 UTC

Object::Boolean - Represent boolean values as objects River stage zero No dependents

Package for representing booleans as objects which stringify to true/false and numerify to 0/1. Derived classes can easily stringify/numerify to other values....

BDUGGAN/Object-Boolean-0.02 - 05 Sep 2008 13:48:23 UTC

Boolean::String - Strings with boolean values independent of perl's assumptions River stage zero No dependents

Boolean::String allows you to overload a string with a value in boolean context. Normally, perl considers all strings except the empty string to be true. Boolean::String allows you to change this assumption....

EVERYBODY/Boolean-String-0.01 - 05 Apr 2012 09:13:12 UTC

Scalar::Boolean - Makes scalar variables store Boolean values only River stage zero No dependents

HAGGAI/Scalar-Boolean-1.02 - 05 Mar 2012 18:00:15 UTC

Keyword::Boolean - The real boolean keywords River stage zero No dependents

Keyword::Boolean provides two keywords: true and false. They are *real* keywords introduced by the "PL_keyword_plugin" mechanism, not by constant subroutines nor by source filters, so you cannot *call* them as subroutines....

GFUJI/Keyword-Boolean-0.001 - 12 Jul 2010 11:03:58 UTC

constant::boolean - Define TRUE and FALSE constants. River stage two • 3 direct dependents • 12 total dependents

Defines "TRUE" and "FALSE" constants in caller's namespace. You could use simple values like empty string or zero for false, or any non-empty and non-zero string value as true, but the "TRUE" and "FALSE" constants are more descriptive. It is virtuall...

DEXTER/constant-boolean-0.02 - 28 Nov 2009 14:04:38 UTC

Attribute::Boolean - Mark scalars as pure booleans River stage one • 1 direct dependent • 1 total dependent

CMS/Attribute-Boolean-v1.0.8 - 01 Oct 2016 13:54:03 UTC

Boolean::Converter - boolean object converter River stage zero No dependents

Boolean::Converter is the super great boolean converter for you....

KARUPA/Boolean-Converter-0.01 - 11 Dec 2016 16:59:35 UTC

lib/Lingy/Boolean.pm River stage one • 1 direct dependent • 2 total dependents

INGY/Lingy-0.1.19 - 25 Jul 2023 15:21:18 UTC

lib/Clownfish/Boolean.pm River stage two • 1 direct dependent • 21 total dependents

NWELLNHOF/Clownfish-0.6.3 - 27 Feb 2018 08:38:55 UTC

WDDX/Boolean.pm River stage zero No dependents

PETDANCE/WDDX-1.02 - 02 Dec 2003 03:47:05 UTC

JSON::SL - Fast, Streaming, and Searchable JSON decoder. River stage zero No dependents

MNUNBERG/JSON-SL-1.0.7 - 10 Nov 2017 14:09:31 UTC

JSON::PP::Boolean - dummy module providing JSON::PP::Boolean River stage five • 219 direct dependents • 19622 total dependents

This module exists only to provide overload resolution for Storable and similar modules. See JSON::PP for more info about this class....

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC
139 results (0.019 seconds)