Perl HTML5 parser with JS support was released

https://github.com/novikovag/WebGear

Replies are listed 'Best First'.
Re: WebGear - HTML5 parser with JS (impressive)
by Anonymous Monk on Mar 11, 2017 at 00:11 UTC

    Hi,

    Impressive work.

    Has some "issues" though

    Mistakenly using  || die $!; which is not the same as using "or die $!". For details see "or die" versus "|| die"

    2 argument open is ancient practice, 3 argument open is what you want

    while used correctly, opendir is still lowlevel ... glob/Path::Tiny/File::Find::Rule ...

    Using $constants which aren't really "constant"

    Non standard directory layout and file naming scheme

     

    if you're interested in your "competition" the name is WWW::Scripter

Re: WebGear - HTML5 parser with JS
by Discipulus (Canon) on Mar 11, 2017 at 13:38 UTC
    there is the hope to have the text in english someday? or in latin if you prefere..

    anyway ++novikovag and a warm welcome to the monastery!

    L*

    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
Re: WebGear - HTML5 parser with JS
by Anonymous Monk on Mar 10, 2017 at 23:15 UTC
    Why do you name your object internals as context rather than self?