Flash-FLAP
view release on metacpan or search on metacpan
doc/examples/sql/park.pl view on Meta::CPAN
#!/usr/bin/perl -w
# Copyright (c) 2003 by Vsevolod (Simon) Ilyushchenko. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# 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 FLAP project site (http://www.simonf.com/flap)
#for more information.
use strict;
use Flash::FLAP;
my $gateway = Flash::FLAP->new;
$gateway->setBaseClassPath("./parkservices/");
$gateway->debugDir("/tmp");
$gateway->service();
( run in 1.170 second using v1.01-cache-2.11-cpan-437f7b0c052 )