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