Home > Archive > PERL Miscellaneous > December 2004 > howto set args for perl executable?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
howto set args for perl executable?
|
|
| yusufdestina 2004-12-30, 8:57 am |
| I have a Flash executable that executes a perl exe (PAR) when a button is
clicked.
So far everything goes ok. the perl exe (named test.exe) opens and prints
a hello world line.
But how can i send a var to the perl script, and print it out?
flash button:
on(click){
var string = "hello from flash";
fscommand("exec", "test.exe" add string);
}
Any help is appr.!
| |
| Paul Lalli 2004-12-30, 8:57 am |
| "yusufdestina" <joericochuyt@msn.com> wrote in message
news:2cee11495e4eb5403710ab5725fa2ddd@lo
calhost.talkaboutprogramming.com...
> I have a Flash executable that executes a perl exe (PAR) when a button
is
> clicked.
> So far everything goes ok. the perl exe (named test.exe) opens and
prints
> a hello world line.
> But how can i send a var to the perl script, and print it out?
> flash button:
> on(click){
> var string = "hello from flash";
> fscommand("exec", "test.exe" add string);
> }
> Any help is appr.!
This is not a Perl question. This is a Flash question. You can tell
it's not a perl question because your question would not change in the
slightest if test.exe was written in any other language.
Please consult a newsgroup that deals with Flash.
Paul Lalli
|
|
|
|
|