Patrik Stridvall ps@leissner.se writes:
So what you basicly want is something like:
my %return_type_exceptions;
$return_type_exceptions{"foo"} = { Bar => "str", Baz => "ptr" };
$return_type_exceptions{"bar"} = { Foo => "str" };
Yes, that would work fine for now.