show/hide this revision's text 2 clarify

If you are going from Perl to PHP, and you are looking for references that focus on this transition path, the only possible difficulty you will have is distinguishing the relevant and helpful content from the garden-variety language zealotry.

StackOverflow itself is a good site for good high signal/noise ratio content whenever you have a specific question on a function or module from Perl, and you want to know the PHP equivalent (if it exists), or if you have a question on development workflow inconsistencies between the two environments. Ask a specific question and you'll probably get a good answer or a link to where you can look it up.

For everything else, the PHP documentation (and coding time) will probably be sufficient.

For the language-comparison buffs out there, PLEAC is a pretty decent resource as well, although admittedly some of the content may seem to be a tad out of date.

show/hide this revision's text 1

If you are going from Perl to PHP, and you are looking for references that focus on this transition path, the only possible difficulty you will have is distinguishing the relevant and helpful content from the garden-variety language zealotry.

StackOverflow itself is a good site for good high signal/noise ratio content whenever you have a specific question on a function or module from Perl, and you want to know the PHP equivalent (if it exists), or if you have a question on development workflow inconsistencies between the two environments.

For everything else, the PHP documentation (and coding time) will probably be sufficient.

For the language-comparison buffs out there, PLEAC is a pretty decent resource as well, although admittedly some of the content may seem to be a tad out of date.