Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Autovivi

6 views
Skip to first unread message

Luke Palmer

unread,
Aug 5, 2002, 9:54:10 PM8/5/02
to perl6-l...@perl.org
In Perl 6, how does autovivifiction work?

Does:

print %foo{bar}{baz};

still create %foo{bar} as a hashref if it doesn't exist? I don't think it
should, as in Perl 5, this has caused more problems than it has solved
(It creates very hard-to-find bugs). It should just autovivify on
modification.

Luke

0 new messages