> LWP::UserAgent ...
> javascripts on that webpage which I need to execute
You are almost certainly not going to find an otherwise
pure perl user agent that has a full dom understanding
of the web pages it reads, and can invoke a dom-aware
javascript interpreter.
If you *do* find such a solutio
have no clue on
that...
John
-Original Message-
From: Prachi Shroff [mailto:[EMAIL PROTECTED]]
Sent: 28 June 2001 14:24
To: [EMAIL PROTECTED]
Subject: javascript-detail
Hi folks,
Well, I am actually implementing an LWP::UserAgent to walk through a website
and do the things I want it to
Hi folks,
Well, I am actually implementing an LWP::UserAgent to walk through a website
and do the things I want it to and get me the desired results(dont
worry, this is a noble cause :-) ) and my problem is that there are some
javascripts on that webpage which I need to execute thru my per