sub _internalImplementation { #Doing the job ... } sub exportFunctionName { goto &_internalImplementation; }