Re: [PHP] making php and perl talk to each other...

2002-11-19 Thread BigDog
If you are running them as commandline apps you can just pipe "|" the output to another program i.e. phpapp.php | perlapp.pl That should work as long as you deal with the arguments properly... On Tue, 2002-11-19 at 09:50, Kelly Meeks wrote: > Is there any way to get a php script to grap the

Re: [PHP] making php and perl talk to each other...

2002-11-19 Thread 1LT John W. Holmes
Sent: Tuesday, November 19, 2002 11:50 AM Subject: [PHP] making php and perl talk to each other... Is there any way to get a php script to grap the output from a perl script? Can you reverse that and have a perl script grab the output from a php script? Kelly -- PHP General Mailing List (

[PHP] making php and perl talk to each other...

2002-11-19 Thread Kelly Meeks
Is there any way to get a php script to grap the output from a perl script? Can you reverse that and have a perl script grab the output from a php script? Kelly