Help for this page
sub closure { my $a = $_[0]; ... print $second->(), "\n"; # 16 print $first->(), "\n"; # 7
2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$