mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
78ee6f8b48
PR: 54175 Submitted by: Mathieu Arnold <m@absolight.net>
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
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/
|