amfch -- utility to parse and check AMF data files
amfch [options] filename ...
Reads AMF files and reports errors in it and how many records extracted from each file.
-d
Dump every parsed record structure by Data::Dumper. For debugging and understanding the AMF::Record structure.
-s
After parsing a record generate and print out reconstructed AMF/XML representation of it. Not guaranteed to be well-formed, not guraranteed to be equivalent. May not work for unusual data. Alpha-quality feature; please report problems.
-c
After parsing a record, print out its MD5 checksum.
-o
After parsing a record, convert it to a ReDIF template hash structure and dump out the result as a ReDIF template.
* * *
Options can be combined into a single switch as in "-so"
.
the AMF::Parser manpage, the AMF::Record manpage, the AMF::2ReDIF manpage
AMF is specified at http://amf.openlib.org/doc/amf.html
Ivan Kurmanov, http://www.ahinea.com/en/ for ACIS project, http://acis.openlib.org/