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


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

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:~$

Replies are listed 'Best First'.
Re:x6 Embeded Perl
by IlyaM (Parson) on Dec 20, 2001 at 03:40 UTC
    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/)