Hello everyone,
I have a php file from which i want to run a Perl script.
I would like to know how this can be done and is there any setting that i need to change or do i need to download and install any package or anything.
If yes then where i have to install that or where i have to keep the downloaded package.
Thanks in advance...
Executing a Perl script from PHP file and storing its result
Moderator: General Moderators
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
Re: Executing a Perl script from PHP file and storing its result
I believe you can just run it with shell_exec(), or backticks.
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
Re: Executing a Perl script from PHP file and storing its result
Can u show me an example please..