Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    package Node;
    ...
    print "FROM FIELD: ";
    print Dump($node->get_parent);
    print "---\n";
    
  2. or download this
    TYPEMAP
    Node *         NODE
    ...
    NODE
        $arg = $var->sv;
    
  3. or download this
    NODE: SV = IV(0x7fcc7b8041b8) at 0x7fcc7b8041c8
      REFCNT = 1
    ...
    ---
    destroying Node=SCALAR(0x7ff391803ce8) at ref.pl line 51.
    destroying Node=SCALAR(0x7ff391803e98) at ref.pl line 51.