Path to this page:
./
devel/p5-boolean,
Boolean support for Perl
Branch: CURRENT,
Version: 0.46nb8,
Package name: p5-boolean-0.46nb8,
Maintainer: absMost 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.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 15.188 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-boolean-0.46nb8
- (2023-07-06) Updated to version: p5-boolean-0.46nb7
- (2022-06-28) Updated to version: p5-boolean-0.46nb6
- (2021-05-25) Updated to version: p5-boolean-0.46nb5
- (2020-09-01) Updated to version: p5-boolean-0.46nb4
- (2019-08-11) Updated to version: p5-boolean-0.46nb3
CVS history: (Expand)