The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Venus::False - False Class

ABSTRACT

False Class for Perl 5

SYNOPSIS

  package main;

  use Venus::False;

  my $false = Venus::False->new;

  # $false->value;

DESCRIPTION

This package provides the global false value used in Venus::Boolean and the "false" in Venus function.

METHODS

This package provides the following methods:

value

  value() (Bool)

The value method returns value representing the global false value.

Since 1.23

value example 1
  # given: synopsis;

  my $value = $false->value;

  # 0

AUTHORS

Awncorp, awncorp@cpan.org

LICENSE

Copyright (C) 2000, Al Newkirk.

This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.