AMF-Perl
view release on metacpan or search on metacpan
doc/examples/dataGrid/dataGrid.pl view on Meta::CPAN
# under the same terms as Perl itself.
# The code is based on the -PHP project (http://amfphp.sourceforge.net/)
#This is a server-side script that responds to an Macromedia Flash client
#talking in ActionScript. See the AMF::Perl project site (http://www.simonf.com/amfperl)
#for more information.
#You can pass arguments from your Flash code to the perl script.
use strict;
use lib '/var/www/libperl';
=head1 COMMENT
ActionScript for this service:
#include "NetServices.as"
#include "NetDebug.as"
conn = NetServices.setDefaultGatewayURL("http:#host/cpu.pl");
conn = NetServices.createGatewayConnection();
( run in 0.220 second using v1.01-cache-2.11-cpan-87723dcf8b7 )