in reply to Re: Subroutines in Dispatch Tablesin thread Subroutines in Dispatch Tables
>perl -wMstrict -e "my $cr = \&{ print 'aaa' }; $cr->();" Undefined subroutine &main::1 called at -e line 1. aaa [download]