The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.13 - 2004-06-20

  • Started duplicating changes in this file.
  • AMF::Perl Made printing output a separate function, requested by Scott Penrose. Added and exported amf_throw() that invokes _onStatus callback in Actionscript.
  • AMF::Perl::IO::OutputStream Added "$s="" unless $s" in writeUTF() to avoid warnings.
  • Examples / Petmarket Fixed catalogservice.pm to not break when search string is not found.
  • AMF::Perl::IO::InputStream Improved the check in readDouble to append "0" to the string instead of skipping the value. Otherwise the number 16 did not go through. Added defined($thisByte) in readInt, otherwise the character "0" (say, in string length of 30) did not go through.

Modules

==head1 DESCRIPTION
Flash Remoting in Perl Translated from PHP Remoting v. 0.5b from the -PHP project.
Translated from PHP Remoting v. 0.5b from the -PHP project.

Provides

in doc/examples/sql/parkservices/ParkService.pm
in doc/examples/petmarket/petmarket/api/cartservice.pm
in doc/examples/petmarket/petmarket/api/catalogservice.pm
in doc/examples/petmarket/petmarket/api/dbConn.pm
in doc/examples/petmarket/petmarket/api/orderservice.pm
in doc/examples/petmarket/petmarket/api/stringresourcesservice.pm
in doc/examples/petmarket/petmarket/api/userservice.pm