my %types = ( hash => {}, array => [], string => "abc", int => 123 sub => \&my_sub ... );