in reply to Re: PHP things in Perl
in thread PHP things in Perl

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: Re: PHP things in Perl
by broquaint (Abbot) on Oct 06, 2002 at 14:13 UTC
    I was told different by alot of people, that some functions in PHP cannot be done in Perl, unless hardcoded into a Perl Module
    Firstly anything that you can do in PHP you can do in Perl, but that goes for pretty much any other language (concerning APIs a least). Secondly, yes, the functions in PHP will be 'hardcoded' in Perl modules, but this isn't all that different from how PHP is structured since it's just a series of modules all compiled into a single binary (be it executable or module, statically or dynamically linked). So really this is something of an apples and oranges situation.
    HTH

    _________
    broquaint

Re: Re: Re: PHP things in Perl
by NightTek (Initiate) on Oct 10, 2002 at 19:27 UTC
    As far as I see it, perl has every advantage over php. I find php easier to use for webpages (just drop it in to the page you want) and it seems to be much faster. However as BUU put it, you end up reinventing the wheel beyond basic functionality.

    -Nighttek