What is the meaning and what is the effect of something like this (I think it is object oriented):
use My::Confusing::Code { CITY => { MODIFY => 1, DEFAULT => My::Even::more::complicated->func(), }, STATE => { MODIFY => 1, DEFAULT => 'Concatenate()', }, COUNTRY => { MODIFY => 1, REQUIRED => 0, DEFAULT => 'Gabon', }, }
What My :: Confusing :: Code package / module / class would do with the material in braces. Do curly brackets insert a block of code or a hash link?
module perl
paz9
source share