Description
Perl tools can query lists of reserved barewords and symbol names for the language. This helps syntax highlighters, linters, code generators, and compatibility tools understand which identifiers have special meaning.
It is reference data exposed as a Perl module. It does not change programs by itself; other development tools use it to make better decisions.