in reply to Manipulating C Structures using only Perl

See Convert::Binary::C perhaps.

  • Comment on Re: Manipulating C Structures using only Perl

Replies are listed 'Best First'.
Re^2: Manipulating C Structures using only Perl
by ikegami (Patriarch) on Aug 17, 2010 at 19:01 UTC
    The OP's problem is not in packing or unpacking the structure, the problem is in coping the packed structure to a specific memory address.