NAME
constants
SYNOPSIS
use constants;
EXPORTS
UNDEF
UNDEF = undef;
NO
NO = defined;
YES
YES = !NO;
COPYRIGHT
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
constants
use constants;
UNDEF = undef;
NO = defined;
YES = !NO;
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.