in reply to Has anyone tried PHP.pm?

Has anyone else had any success with it?

I think the lack of response so far may say something about that, though I don't know for sure. I'm curious to know, though, why you need PHP.pm to perform "interaction between some PHP and Perl." Both languages are capable of taking outside arguments and data through various mechanisms. While I don't necessarily endorse this course of action, I don't see why you should need to execute PHP code from Perl to accomplish it.

Replies are listed 'Best First'.
Re^2: Has anyone tried PHP.pm?
by Cap'n Steve (Friar) on Apr 24, 2005 at 02:09 UTC
    I prefer Perl, but most of the leading forum software is written in PHP. I run vBulletin right now and one of the things I like about it is that it's simple to integrate any PHP file with it. You just require global.php and you have easy access to everything that makes up the forum. It would be nice to extend the forum into my Perl scripts without actually changing any PHP files or doing something complicated to share data between the two languages.