in reply to Re: Re: Passing subroutines as arguments
in thread Passing subroutines as arguments

Uhh - not quite. &FOO and FOO() do different things with @_ and barewords.

Noting that &FOO and FOO() behave differently is fine, but please don't use the pretense of objecting to something that I didn't write. I didn't (and don't) recommend the &FOO form except under very contorted circumstances.

  • Comment on Re: Re: Re: Passing subroutines as arguments