Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use 5.010;
    ...
    # Now that we're done with it, we must destroy it.
    $tree = $tree->delete;    # Not required with weak references
    __END__