Click to See Complete Forum and Search --> : perl to php converter


daed17
07-01-2004, 09:14 PM
Does anyone know where I can find a perl to php converter?
I have inherited alot of code in perl and the new webmaster needs it in php.

CyCo
07-02-2004, 01:36 PM
...oh, maybe...Google (http://www.google.com/search?hl=en&ie=UTF-8&q=perl+to+php+converter+&btnG=Google+Search)

Phil Karras
07-08-2004, 01:10 PM
Did you find one? I know both Perl & PHP to some extent and have done similar things in both.

It's not somehting that would be easy to do since Perl can be so completely self contained and PHP is inside an HTML file.

Perl can be written inside an HTML file I believe, though I've usually done it the other way round. I've had Perl write the HTML/JavaScript file to the client with data passed to it from the client.

I'd like to know if you find anything.