in reply to calling a javascript function from perl

You'll need a javascript engine. You can plug one in to WWW::Mechanize using WWW::Mechanize::Plugin::JavaScript, but it is probably easier just to automate a whole browser. You can do that with ether Internet Explorer or Mozilla.
  • Comment on Re: calling a javascript function from perl

Replies are listed 'Best First'.
Re^2: calling a javascript function from perl
by vinouspleasure (Initiate) on Dec 25, 2008 at 06:33 UTC
    Thanks...I took a look at mechanize and recording before posting but hoped for something a little more direct. Automating the browser is an interesting idea but crawling is recursive while I would think automation assumes a determinate number of end states?