ive used the sample/simple lwpget.pl sample script (thats found in numerous
place on the internet, which uses LWP package).

if the url requested is 'static content', the page is received in its
full/complete content.

if however, the url requested is dynamic content (that normally requires
Javascript to be running in the 'client-browser-environment' - to be fully
rendered) - then obviously, in this case - such a page does not retrieve
with all parts being present.

is there any perl package that adds Javascript functionality to the basic
lwpget.pl - so that when the perl-script-acting-as-a-web-client requests
the page, its actually parsed, and javascript functions are performed - to
allow the perl requested page to be the full equivalent as if the page were
rendered in a fully Javascript aware web browser?

any help here would be appreciated, as well as a sample script.

sincerely,

greg
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to