On 4/22/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Sat, April 21, 2007 10:56 pm, Myron Turner wrote:
> trick for you.    You use the Perl script in the action attribute of
> your form.  The Perl script saves the entire posted output to a file,
> then it sends back a page which uses Javascript to redirect back to
> the
> php script, where you can process the file.  You send the file name
> back
> to the php script from the perl script in the query string of the url.

At that point, why not just have Perl call PHP?

Surely Perl can do something not unlike 'exec' or whatever to run any
shell script you want...

I sure wouldn't do another round trip to the browser and add JS into
the middle of this solution, if it's viable...

Wouldn't work for me, as I can't do Perl.


Not everyone has Apache (or whatever) setup correctly that it allows
to execute perl files. And what about windows servers? Most of them
don't have perl.

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to