in reply to Re: Subroutines in Dispatch Tables
in thread Subroutines in Dispatch Tables

>perl -wMstrict -e "my $cr = \&{ print 'aaa' }; $cr->();" Undefined subroutine &main::1 called at -e line 1. aaa