Boolean support for Perl
http://search.cpan.org/dist/boolean/
Most programming languages have a native 'Boolean' data type. Perl does
not.
Perl has a simple and well known Truth System. The following scalar values
are false:
$false1 = undef;
$false2 = 0;
$false3 = 0.0;
$false4 = '';
$false5 = '0';
Every other scalar value is true.
This module provides basic Boolean support, by defining two special
objects: 'true' and 'false'.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/perl-boolean && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
boolean-0.45.tar.gz | 0000014641 14.3 KB | |
perl-boolean.changes | 0000002901 2.83 KB | |
perl-boolean.spec | 0000001987 1.94 KB |
Latest Revision
Ludwig Nussel (lnussel)
committed
(revision 4)
vrev freeze
Comments 0