package MyCollection::MyApp::Functions; use strict: use warnings; use OtherFunctions; sub call_a_function {  &MyCollection::MyApp::OtherFunctions::call_an_other_function(@_); } 1;