|
 |
beginning_php thread: Call Perl
Message #1 by "Jamal" <new_mojam@y...> on Tue, 1 Oct 2002 17:59:22
|
|
Hi,
i wondered if it is possible to call a perl file in php. And if this is
possible please kindly show how to.
Thanks
Jamal
Message #2 by "Nikolai Devereaux" <yomama@u...> on Tue, 1 Oct 2002 10:32:12 -0700
|
|
You can execute the perl script as a commandline script, but you can't
include() it as you would another PHP file.
Read up on the program execution functions in PHP:
http://www.php.net/exec
hth,
nik
|
 |