in reply to Re^3: Recap: The Future of Perl 5
in thread Recap: The Future of Perl 5
fields.pm just populates the field hashBEGIN { %Foo::FIELDS = qw(a 1 b 1) }; my Foo $x = {}; $x->{c} = 1; # compile-time error
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Recap: The Future of Perl 5
by tobyink (Canon) on Aug 24, 2018 at 12:30 UTC |