in reply to
executing a PHP script from my perl program.
Thats how you execute a php script from perl. In perl, arguments passed that way are found in the variable @ARGV.
in php it is also $argv
Comment on
Re: executing a PHP script from my perl program.
In Section
Seekers of Perl Wisdom