sub Install_or_Upgrade{....} #### sub install { Install_or_Upgrade(); } sub upgrade { Install_or_Upgrade(); }