sub addTimer { should check coderef and abort if it's not valid ``` if (! defined &{$func} ) { carp qq[$defName, $time, $func, $arg, $initFlag invalid \n]; } ```