Does anyone know of a program or script out there that can parse and convert PERL code to PHP code?
thanks, Phu
No, not really - consider how free-form Perl code can be...
I thought there might be a script somewhere to just convert a few things like coments # to // and arrays @ to $.
Small PERL code can be converted to PHP easily. It's just the large ones that are a mess.
Thanks anyway, Phu
For that you can just use any text editor and do a Search and Replace.
Diego