in reply to Re^3: How to keep C variables "alive" between invocations with Inline::C
in thread How to keep C variables "alive" between invocations with Inline::C
Could you add a method to your sample please?
I tried adding this method:
Node* insert( Node* root ) { warn("insert\n"); // DEBUG return root; }
But I get the classic: Can't locate object method "insert" via package "Node" at ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to keep C variables "alive" between invocations with Inline::C
by ikegami (Patriarch) on Sep 28, 2010 at 01:41 UTC | |
by BrowserUk (Patriarch) on Sep 28, 2010 at 02:16 UTC |