in reply to Re: Re: running perl script from php
in thread running perl script from php
Technically no, that's not correct. Perl writes to STDOUT. The exec() routine in PHP reads each line of the output and puts them in the $Result. There is no direct communication between PHP and Perl.
|
|---|