AMF::Perl

From FlashSec

Jump to: navigation, search
OpenAMF
Developer Simon Ilyushchenko, Adrian Arva
Release 0.15 (Perl) / 0.04 (Python)
OS All Plattforms (Perl/Python)
Genre Server
License
Type Open Source
Website AMF::Perl Home
Documentation
Wikipedia
OSFlash

AMF::Perl is a Perl implementation of the AMF protocol (there is also a Python one on the project site). The following data types are supported - strings, numbers, dates, arrays, dictionaries/hashes, objects, recordsets.

Using AMF::Perl, it is possible to send arbitrary data between client and server using very few lines of code. There is no need to pack complicated data structures into CGI form parameteres or XML strings. The coding time can be spent on better things - data preparation and graphical presentation, not data delivery.