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