Perl to 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
Geartjan
Forum Newbie
Posts: 1
Joined: Sun Jun 09, 2002 4:49 am

Perl to PHP

Post by Geartjan »

Hello,
I have an script in Perl and I want to have this in PHP.
Does anybody can halp me with this.

Thanks allot!!
http://www.nokiafreak.nl
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

maybe if you post the script someone can or maybe expline what you want the php script to do.
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Perl to PHP

Post by BDKR »

You know, this would the perfect time to really hunker down and do yourself a lot of good. If you can code in the slightest and read a manual, then translate the script into PHP yourself. If you don't know what a function is doing in Perl, check some Perl documentation then find it's equal in PHP.

As for the logic, it should be the same regardless of the language.

Overall, this is something you can do and it will make you a stronger programmer. Besides, it's allways better to be able to say "I did it" as opposed to hoping one of us goons will do it for ya'.

Give it a try then ask for help when you get hung up? I"ll help!

Later on,
Big Din K.R.
Post Reply