in reply to PHPMonks?

PHP is easier to learn than Perl, though messier to write large programs in, and the following has always sufficed for PHP language questions:

http://www.php.net/manual/en/

I use Perl for heavy algorithms work (high work, low number of accesses) and PHP for most of my web apps (low work, high number of accesses), since I don't have access to mod_perl.

Replies are listed 'Best First'.
Re: PHPMonks?
by b10m (Vicar) on Mar 17, 2005 at 09:18 UTC

    That's probably the only good thing of PHP, the online documentation and handy lookup (http://php.net/keyword), but luckilly good monk Juerd provides us that for Perl too on his site: http://tnx.nl/keyword

    --
    b10m

    All code is usually tested, but rarely trusted.