i'm an old school PERL programmer and still write a lot of code in PERL and C. however, i'm expanding my horizons and starting to write a significant amout of stuff in PHP as well.

i find myself running into a lot of situations where i'm like "this is how i would do it in PERL, how do you do it in PHP?"

example: how do i do this in PHP?

Code:
if (-d /home/whatever) {  ... }
in any case, i was wondering if there was a good site out there that has a lot of PERL to PHP translations.

something similar to this site, but in more detail:

http://www.cs.wcupa.edu/~rkline/perl2php/


thanks