Data::AnyBoolean

Check none Perl boolean values
Download

Data::AnyBoolean Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Zane C. Bowers
  • Publisher web site:
  • http://search.cpan.org/~vvelox/

Data::AnyBoolean Tags


Data::AnyBoolean Description

Check none Perl boolean values Data::AnyBoolean is a Perl module that checks none Perl boolean values.SYNOPSIS use Data::AnyBoolean; if(anyBool( 'yes' )){ print 'True' } if(anyBool( 'no' )){ print 'True' }Any of the items below are considered false. undef /^$/ /^$/ /^$/ /^$/Any of the items below are considered true. /^$/ /^$/ /^$/ /^$/If any of the above are not matched, it is evaulated as a standard Perl boolean. Requirements: · Perl


Data::AnyBoolean Related Software