Description
Perl code can prevent automatic creation of nested data structures in selected lexical scopes. Developers use it to catch accidental hash or array creation and make complex data handling less surprising.
It is a programming aid for Perl modules and applications. The effect is only visible to code that explicitly enables it.