Help for this page
use strict; my %hash = ( name => "foo", ... $hash{code}->(); _____ name: foo
use strict; my %hash = ( name => "foo", ... }, ); $hash{code}->();