How can I call a Perl routine from Flex?

I am new to Perl as well as to Flex. I just went through the basic (and exciting) things in both of them. I just want to call the Perl routine from Flex. Is it possible? If so, how?

+3
source share
2 answers

Let me say what you digest first, I doubt the flex and perl community is large enough compared to Flex and Java or PHP.

Flex and perl via XML

http://giantflyingsaucer.com/blog/?p=575

Update:

http://www.simonf.com/flap/code.html

The link above shows how to associate Flex with the perl function, but again the documents are not clear, and in my google there is no such good example as I found.

Perl, -, perl - -. PHP JAVA, Adobe Flex.

, !!!

+2

Source: https://habr.com/ru/post/1745861/


All Articles