Calling perl scripts functions from php

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
danyblue
Forum Newbie
Posts: 5
Joined: Fri Feb 20, 2004 4:19 am

Calling perl scripts functions from php

Post by danyblue »

Hi,

is there away to call perl functions from a php script?


Regards,

Dany
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

You can use PHP's program execution functions ( http://php.net/exec ) or if you're brave try http://phperl.sourceforge.net/
danyblue
Forum Newbie
Posts: 5
Joined: Fri Feb 20, 2004 4:19 am

Thank you much

Post by danyblue »

Thank you,

i will try both. My idea is quite complex so i would try both:)


Regards,

Danyblue
Post Reply