in reply to What's so bad about &function(...)?
$window->signal_connect( 'destroy' => \&delete_event ); [download]
the widely used references to subs ... is never critisized
That's not criticized because it's the only way to take a reference to a subroutine, short of pulling it out using the typeglob (which is even uglier).