Skip to content

PPC0014 - What about alphabetical Perl variables? #76

@book

Description

@book

PPC0014 contains this example:

my %signals = %SIG;
my %signals = %{^SIG};

which seems to imply we also want control character versions of the alphabetical Perl variables.

I've compiled the full list from perlvar, and came up with this list:
$a, $b, %ENV, @F, @INC, %INC, $INC, @ISA, %SIG, $ARGV, @ARGV.

Does this imply that the corresponding control character variables should exist? Namely:
$^a, $^b, %{^ENV}, @^F, @{^INC}, %{^INC}, ${^INC}, @{^ISA}, %{^SIG}, ${^ARGV}, @{^ARGV}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions