Page 1 of 1

php and perl

Posted: Wed Jul 23, 2003 7:47 am
by Astra
Is it possible to use a perl code in a php program? If yes, how can I integrate it?

Thank you.

Posted: Fri Aug 01, 2003 12:00 am
by jmarcv
check out exec()

Posted: Fri Aug 01, 2003 8:35 am
by saloufeng
I also have lots of Perl Module Code.
I am rewriting by PHP Now.
Use a perl code in a php program,Is it possible ?

Posted: Fri Aug 01, 2003 9:38 am
by jmarcv
saloufeng,
check out exec() (Gee, did I say that already?)

My experience has been that very little really works well, and I have pretty much just rewritten a lot of it.

Server configuration can be tricky for exec or its related commands to work as well.