... # others.pm # use package errors; package Alpha; sub Hallo { &Error::Trace(); return 0; }; pacage Betta; sub Hallo { # irgendwas return 0; }; 1;