Posted on 2008-10-30 08:45:19-07 by akvadrako
File Format
Hello. I am thinking that Storable might be an efficient way to send complex data structures to perl over the network from a C program. Is the file format documented anywhere? I need to know how to store hashes, arrays, strings, etc... Thanks
Direct Responses: 9169 | 9332 | Write a response
Posted on 2008-10-31 05:58:01-07 by eserte in response to 9161
Re: File Format
I fear that the only format documentation in the Storable source...

Regards, Slaven
Direct Responses: Write a response
Posted on 2008-11-16 11:02:09-08 by cnd in response to 9161
Re: File Format
You can easily embed perl code into C programs (although it's better to just write in perl in the 1st place, and not use C at all...) Your best solution would be to embed some perl that writes the STORABLE output you're trying to create, into whatever C program you're using.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.