http://www.perlmonks.org?node_id=133321


in reply to Re: Re: Embeded Perl
in thread Code Critique

That question isn't in there because I don't know if it's "better" or not. It depends on your definition of "good" anyway.

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

Replies are listed 'Best First'.
Re: Re: Re: Re: Embeded Perl
by IlyaM (Parson) on Dec 20, 2001 at 03:25 UTC
    I agree that it was not a good question. Anyway I just intersted what was your motivation to "reinvent the wheel". You know it makes sense only if you produce better wheel. I suppose there were some things you didn't like in alternatives and your solution was supposed to be "better" in them. "better" at least in your understanding.

    --
    Ilya Martynov (http://martynov.org/)

      PLP was made because I didn't like the syntax of the existing web Perl embedders.
      From http://plp.juerd.nl/:
      There is no need to learn a complete language and you won't have to know an object model.

      That means any perl coder can go right ahead, even if he or she refuses to read documentation. In the upcoming version, this is even more so.
      http://plp.juerd.nl/tutorial.plp

      2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

        FYI next version of HTML::Mason which is under development now supports different parsers for its components. So it is possible to tune syntax for your requirements if you are not satisfied with default syntax. You can get development version from CVS.

        --
        Ilya Martynov (http://martynov.org/)