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.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to