Help for this page

Select Code to Download


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