in reply to Re^2: Understanding arguments to subroutines
in thread Understanding arguments to subroutines

It makes it easier to differentiate 'argument tags' from 'argument values', especially in mixed contexts. It doesn't necessarily mean anything to perl, but it means something to the subroutine.

  • Comment on Re^3: Understanding arguments to subroutines