B::Keywords

B::Keywords is a Perl module that contains lists of reserved barewords and symbol names.
Download

B::Keywords Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joshua ben Jore
  • Publisher web site:
  • http://search.cpan.org/~jjore/Data-Postponed-0.20/lib/Data/Postponed/OnceOnly.pm

B::Keywords Tags


B::Keywords Description

B::Keywords is a Perl module that contains lists of reserved barewords and symbol names. B::Keywords is a Perl module that contains lists of reserved barewords and symbol names.SYNOPSIS use B::Keywords qw( @Symbols Barewords ); print join "n", @Symbols, @Barewords;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 and operators to the @Functions array.All additions and modifications are welcome.DATA@Scalars @Arrays @Hashes @Filehandles @FunctionsThe above are lists of variables, special file handles, and built in functions.@SymbolsThis is just the combination of all of the above: variables, file handles, and functions.@BarewordsThis is a list of other special keywords in perl including operators and all the control structures. Requirements: · Perl


B::Keywords Related Software