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
Astra
Forum Newbie
Posts: 2 Joined: Fri Jul 18, 2003 1:30 pm
Location: US
Post
by Astra » Wed Jul 23, 2003 7:47 am
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 » Fri Aug 01, 2003 12:00 am
check out exec()
saloufeng
Forum Newbie
Posts: 8 Joined: Fri Aug 01, 2003 7:49 am
Post
by saloufeng » Fri Aug 01, 2003 8:35 am
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 » Fri Aug 01, 2003 9:38 am
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.