Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
# Carp::Assert::More
Carp::Assert::More is a set of handy assertion functions for Perl.
For example, instead of writing
assert( $foo ne '', '$foo cannot be blank' );
you can write
assert_nonblank( $foo, '$foo cannot be blank' );