HughbertD Posted February 4, 2008 Share Posted February 4, 2008 Hi I want to run a perl script from my PHP interface. How can I do this? I have found the virtual command. Is it as easy as referencing the Perl file? Link to comment https://forums.phpfreaks.com/topic/89351-php-virtual-running-perl-scripts/ Share on other sites More sharing options...
trq Posted February 4, 2008 Share Posted February 4, 2008 Providing apache has mod_perl enabled. Link to comment https://forums.phpfreaks.com/topic/89351-php-virtual-running-perl-scripts/#findComment-457535 Share on other sites More sharing options...
HughbertD Posted February 4, 2008 Author Share Posted February 4, 2008 IS this the only way of doing this? Is this essentially the "system" command? Link to comment https://forums.phpfreaks.com/topic/89351-php-virtual-running-perl-scripts/#findComment-457540 Share on other sites More sharing options...
trq Posted February 4, 2008 Share Posted February 4, 2008 There are also the exec functions depending on how this perl script works. Link to comment https://forums.phpfreaks.com/topic/89351-php-virtual-running-perl-scripts/#findComment-457542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.