B::Keywords - Lists of reserved barewords and symbol names https://www.cpan.org
Go to file
2024-01-06 08:35:57 +01:00
perl-B-Keywords.spec automatic version update by autodist [release 1.11-1mamba;Mon Jan 16 2012] 2024-01-06 08:35:57 +01:00
README.md automatic version update by autodist [release 1.11-1mamba;Mon Jan 16 2012] 2024-01-06 08:35:57 +01:00

perl-B-Keywords

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, @Functions and @Filehandles. Similarly, @Barewords adds a few non-function keywords and operators to the @Functions array.