Help for this page
_proc => $action1,
_proc => \$action1,
package Engine; use strict; ... map($action1->($_), @arr); }