Help for this page

Select Code to Download


  1. or download this
    package tree;
          has '_branches' => (
    ...
      #return altered or coerced hash
      return $hash;
    }
    
  2. or download this
    LinkedList{}
    LinkedList.append()
    ...
    LinkedList.has_children()
    LinkedList.remove()
    LinkedList.split()
    
  3. or download this
    package Bucket;
          has '_linkedlist' => (
    ...
                      _has_sublinks => 'has_children', 
                   }
           };