RSS | Module Info | Add a review of Convert-Binary-C

1 out of 1 found this review helpful:

Convert-Binary-C (0.58) *****

I'm just chiming in to agree with Tassilo's review. This is a great module.

Aristotle Pagaltzis - 2005-03-07 21:46:40
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Convert-Binary-C (0.45) *****

The only shortcoming of this module is probably it's confusing name which may people distract from what it does.
Feed it C code (of any complexity, it has its own yacc grammar), request a particular structure from it and pack or unpack data according to the struct. That's what the module does.

That way, reading a wav header into a hash for instance becomes a one-liner if you have the C struct. If you already have C code, this module is much more powerful than Perl's built-in pack() and unpack(). It's also faster and very configurable.

Tassilo v. Parseval - 2003-09-07 01:44:36
Was this review helpful to you?  Yes No


the camel