hi,, iam new to perl..i would like to pack a C structure to send it via socket....
this is my C structure
typedef struct buffer_t {
uint32_t a;
char b[16];
uint32_t c;
uint32_t d;
char e[6];
char f[8];
} buffer_t;
can u provide a guideline for the format in the Pack command that i
need to use...
Thanks & Regards
Rams
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
