Help for this page
&{ $var }(@args);
my %subs = ( foo => sub { print 42 }, bar => sub { print "abc" } ); $subs{foo}->(@args);