Help for this page

Select Code to Download


  1. or download this
    [
      { Var1 => Value1, Var2 => Value2 },
      { Var1 => Value3, Var2 => Value4 }
    ]
    
  2. or download this
    [ [vertex_1_id, undef], ...., [vertex_n_id, undef] ]
    
  3. 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 / );
    
  4. or download this
    $data = $pg->gnarfle( qw/ $one tac $three / )
    
  5. or download this
    [
      [ [7, undef], [2, undef] ],            ' $one
    ...
              ^           ^
      [ [6,   |  ], [6,   |  ] ]             ' $three
    ]
    
  6. or download this
    [
      { $one => 'foo', $three => 'toe' },
      { $one => 'tic', $three => 'toe' }
    ]