Hi, Was happy to see that there is perl support for avro. Downloaded and installed the perl avro module from apache.
I can't find any example code for how to use the encode/decode mechanisms. Did some googling and couldn't find any examples. Wondering if someone here could post a simple example of how to define, in perl using the avro module, a schema, create an object, encode object into avro and then decode the object from avro back into perl object. Saw there was discussion to get perl avro into cpan. +1 on that. but the module/documentaton really needs an example of the schema/encode/decode to help folks along on the perl avro path. Thanks Brian
