my $inst = child->new(); my %foo = (0110 => 'decode',a=>'Hallo ',b=>'Welt!!!'); my $bar = $inst->can('decode'); $inst->$bar(211,'hallo','xg',\%foo);