Help for this page
sub exportFunctionName { &_internalImplementation; }
sub A { goto &_A; } sub _A { B(); }