Help for this page
my $_hanoi; # \ Messy line break $_hanoi = sub { # / ... }; $_hanoi->(...); undef $_hanoi; # Messy hack to avoid mem leak.