123456789
sub getFunc { return("func" . "Name");}sub funcName { printf("EXECUTING FUNCTION !\n");}&{getFunc()}();