in reply to Re^2: Limit number of Sub routine argument list
in thread Limit number of Sub routine argument list

But as Alexander told we can bypass this by calling the subroutine as &subroutine(..). Is there way to handle this ?
Not on the level of Perl itself. You may be able to do something by inspecting the op-tree. Perhaps perlcritic can help you as well, but that requires a separate stage.
  • Comment on Re^3: Limit number of Sub routine argument list