my %hash = ( key => test(), value => 1, ); # ganz viel Code oder die Sub ist sogar in einem anderen Modul sub test { return; }