- or download this
[
{ Var1 => Value1, Var2 => Value2 },
{ Var1 => Value3, Var2 => Value4 }
]
- or download this
[ [vertex_1_id, undef], ...., [vertex_n_id, undef] ]
- or download this
$pg->add_fact( gnarfle => qw/ foo bar baz / );
$pg->add_fact( gnarfle => qw/ foo tac toe / );
$pg->add_fact( gnarfle => qw/ tic tac toe / );
- or download this
$data = $pg->gnarfle( qw/ $one tac $three / )
- or download this
[
[ [7, undef], [2, undef] ], ' $one
...
^ ^
[ [6, | ], [6, | ] ] ' $three
]
- or download this
[
{ $one => 'foo', $three => 'toe' },
{ $one => 'tic', $three => 'toe' }
]