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

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
  • Comment on Re^4: Working examples with WWW-Scripter-Plugin-JavaScript?

Replies are listed 'Best First'.
Re^5: Working examples with WWW-Scripter-Plugin-JavaScript?
by Corion (Patriarch) on Sep 07, 2015 at 13:18 UTC

    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?