sub exportFunctionName { &_internalImplementation; } #### sub A { goto &_A; } sub _A { B(); }