freebsd-ports/devel/p5-B-Keywords/pkg-descr
Erwin Lansing 78ee6f8b48 Add p5-B-Keywords 0.05, lists of reserved barewords and symbol names.
PR:		54175
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-19 00:40:39 +00:00

9 lines
418 B
Text

B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
@Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
@Barewords adds a few non-function keywords (like __DATA__, NULL) to the
@Functions array.
All additions and modifications are welcome.
WWW: http://search.cpan.org/dist/B-Keywords/