NAME

B::Keywords - Lists of reserved barewords and symbol names

SYNOPSIS

use B::Keywords;
print join "\n", @B::Keywords::Symbols,
                 @B::Keywords::Barewords;

DESCRIPTION

B::Keywords supplies the two arrays - @Symbols and @Barewords. The barewords list is copied right from the source file keywords.pl with the addition of 'lock'. @Symbols was created by reading perlvar and the delta documentation. All additions and modifications are welcome.

AUTHOR

Joshua b. Jore <jjore@cpan.org>

SEE ALSO

perlvar perlfunc perldelta