in reply to Re: Re: Calling subroutine syntax
in thread Calling subroutine syntax

As TomDLux alluded to above, the only real point is to simulate perl "builtins". For example a grep replacement would look like sub map2(&@) (as I recall) and let you do stuff like  map2 { foo bar } @baz