Help for this page

Select Code to Download


  1. or download this
    # A single relation, useful for initial testing and debugging.
    1-1        1-2
    
  2. or download this
    use diagnostics;
    use strict;
    ...
                 'label'    => $label
                 );
    } # make_vertex
    
  3. or download this
    package Vertex;
    use strict;
    ...
    } # set_label
    
    1;
    
  4. or download this
    package Edge;
    use strict;
    ...
    } # query_verteces
    
    1;