zwon has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks!
We need to pass some data structures from C program to Perl. Structures may be rather complex. XML is good way to describe these structures, but it's too slow for this task, so I'm trying to find another way. One of my thoughts is about Storable, if we could create Storable object in C program it may solve our problem. So I'm wondering if there's some library which I could use from the C program to create Storable.
A Merry Christmas to All!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating Storable objects from the C
by BrowserUk (Patriarch) on Dec 24, 2008 at 22:32 UTC | |
|
Re: Creating Storable objects from the C
by tilly (Archbishop) on Dec 24, 2008 at 22:13 UTC | |
by zwon (Abbot) on Dec 24, 2008 at 22:43 UTC | |
|
Re: Creating Storable objects from the C
by ikegami (Patriarch) on Dec 24, 2008 at 21:41 UTC | |
by Your Mother (Archbishop) on Dec 24, 2008 at 22:44 UTC | |
by diotalevi (Canon) on Dec 25, 2008 at 08:49 UTC | |
by zwon (Abbot) on Dec 25, 2008 at 09:34 UTC |