in reply to Re: Working examples with WWW-Scripter-Plugin-JavaScript?
in thread Working examples with WWW-Scripter-Plugin-JavaScript?

It's now 2012, and I can still find no examples of how to use WWW::Scripter::Plugin::Javascript. The documentation on cpan is not sufficient.

So look at the examples (test suite)?

  • Comment on Re^2: Working examples with WWW-Scripter-Plugin-JavaScript?

Replies are listed 'Best First'.
Re^3: Working examples with WWW-Scripter-Plugin-JavaScript?
by stajne (Initiate) on Aug 22, 2015 at 13:17 UTC
    Is there any way to turn of javascript checking, i'm getting a lot of errors and it's slowing my parsing a lot?

      What do you mean by "Javascript checking", and what kind of errors do you get? Maybe you don't want to handle Javascript at all?

      getting errors like : "SyntaxError: Expected identifier but found '5)*a+b}},t' at line 1." "ReferenceError: The variable jQuery has not been declared at" "ReferenceError: The variable $ has not been declared at" i need javascript, tried without it and it won't work

        It seems that either your Javascript or the module is broken. As you don't show any relevant code, it's hard for us to guess where the exact problem might lie. If you can post a short, self-contained Perl program that we can run to try to replicate your problem, that will help us to help you better.

        Maybe you need to also download additional files referenced by your HTML page, like the appropriate Javascript files?