- or download this
# new pad here for the file's scope
...
}
... etc ...
- or download this
my %foo : Bar = (answer => 42);
- or download this
use attributes ();
my %foo;
attributes::->import(__PACKAGE__, \%z, 'Bent');
%foo = (answer => 42);
- or download this
use strict;
use warnings;
...
}
AttrTest->dump_lex('runtime');
- or download this
when setting Attr in Foo for HASH(0x8187bec) top-level pad is
+
SCALAR(0x8186018) -> $%foo = \\'%foo';
+
...
+
when runtime top-level pad is
- or download this
when init top-level pad is
HASH(0x22dda8) -> $%bar = \{};
...
when runtime top-level pad is