Access from perl to a JavaScript function result

[email protected] (Amel Kapetanovic) Mon, 23 Feb 2009 20:46:34 +0100
Newsgroups perl.javascript
Message-ID <[email protected]>
Hi,

I am trying to access from perl to HTML documents (LWP), and I want to
get the result of some JavaScript functions, which are in the HTML page,
simply like

  document.write('hello');

Could someone please help me?

Thanks,
Amel