php and perl

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Astra
Forum Newbie
Posts: 2
Joined: Fri Jul 18, 2003 1:30 pm
Location: US

php and perl

Post by Astra »

Is it possible to use a perl code in a php program? If yes, how can I integrate it?

Thank you.
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

check out exec()
saloufeng
Forum Newbie
Posts: 8
Joined: Fri Aug 01, 2003 7:49 am

Post 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 ?
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post 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.
Post Reply