in reply to Re: javascript interpreter in perl???
in thread javascript interpreter in perl???

Sorry for not responding for a long time.. I understand that JavaScript interpreter and DOM must be glued together to solve this.. There's a method in JavaScript::SpiderMonkey called 'function_set' which allows a perl code to be exec thru javascript.. So i thought of implementing the DOM accessing javascript commands thru this method by using HTML::TagParser or HTML::Tree in perl..

But I encounter a few problems here.. Please see this post to find out them..

And please help me solve them..

Thanks a lot..

  • Comment on Re^2: javascript interpreter in perl???

Replies are listed 'Best First'.
Re^3: javascript interpreter in perl???
by bart (Canon) on Feb 28, 2008 at 22:56 UTC
    I'm interested in looking into this, even though I've never used JavaScript::SpiderMonkey in my life. So it's going to take a while.

    I see you've started looking into HTML::TagParser, and as I currently have some interest in HTML::Tree due to current work on another module (where most work is being done by grandfather), I'm interested of trying that route.

    But don't hold your breath. :)