Help for this page
my $array_ref = $hash_ref->{$object->method}; push @$array_ref, "something";
push @($hash_ref->{$object->method}), "something";