in reply to Re^2: Aren't there code refs as well as function refs?
in thread Aren't there code refs as well as function refs?

It's obviously using a prototype, the missing comma is typical

And looking into the sources proves it

sub throws_ok (&$;$) { my ( $coderef, $expecting, $description ) = @_;

See my other post for more

Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery