# Use goto because that automatically passes on @_ to the # next function. sub sub2 { goto \&_sub1; }