The best plan would be to write the functionality you have in the PHP script into Perl itself. But if you insist that you need to invoke the PHP script, try the backtick. (`).
It assumes that you set the path for the PHP binary and the script path before you invoke. If this sounds daunting, you can do a roundabout way of invoking directly the script in question. Use wget again by using a backtick.
|