The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
FLAP: Flash Remoting in Perl. 
See http://www.simonf.com/flap for more information

Version: 0.09
Date: March 13, 2004.

1. The "cpu" directory contains an example of simple registration that returns a complex data structure (array of hashes). The Flash movies shows a bar chart of the current server load as reported by uptime.

2. The "datagrid" directory is an example of using an advanced GUI control in a Flash movie.

3. The "basic" directory shows how data is passed from the client to the server and back. This example employs the advanced service registration when you register a directory and all Perl packages in that directory are automatically considered as services.

4. The "sql" directory is the Parkservice example (borrowed from AMFPHP). It
uses SQL queries.

5. The "petmarket" directory is the Perl implementation of the Macromedia
Petmarket.

Simon Ilyushchenko