in reply to Calling a PHP script from within Perl

Call PHP like a CGI?

$ENV{'PATH'} = '/usr/bin'; my $stuff = `/usr/bin/php foo.php`;