Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ppcs/ppc0014-english-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ understand the new form.

For each variable listed in perlvar which includes an `English.pm` name like
`$OS_ERROR`, provide an alias named `${^OS_ERROR}` as part of the core
language.
language. For existing super-global variables that only have english names
(`%ENV`, `@INC`, `%INC`, `%SIG`), aliases will also be created (e.g.
`%{^ENV}`).

## Backwards Compatibility

Expand Down