sub newFuctionName { #Doing the same stuff as always ... } sub oldFunctionName { goto &newFuctionName; }