my %map = ( '!' => \&teste_ob_nicht_gleich, '=' => sub{ return teste_ob_gleich(@_); }, );