Hi, What I'm trying to do is send some AMF requests from Perl to a remote server and capture, deserialize, and use returned variables. So far I am stuck as all code I've seen deals with server-side Perl, PHP, whatever and client-side ActionScript.
I'm looking for client-side Perl or another language. For reference, let's say the remote location is http://bigpondvideo.com/App/Remoting/gateway.php?PHPSESSID=e569b6985131970d7160f0ee8d605208 the way http://bigpondvideo.com/ player accesses it. I'll appreciate any pointers. I've emailed about this to the AMF::Perl creator and he directed me to AMFPHP.

