in reply to WWW::Mechanize v.s .JSP Web Control
You aren't dealing with JSP; JSP is the back-end; you're always dealing with CGI.
I don't seem to be finding anything with the HTTP headers
What are you looking for? Maybe you should copy each and every header...
I look forward to an updated webspidering book with modern AJAX/JSP control scenarios to learn from
That would be a short book (or the same old book).
Add this to your code
and you'll get error because you're using $html before it populated. Also, there are no options in the html (that is created by javascript).#!/usr/bin/perl -- use strict; use warnings;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WWW::Mechanize v.s .JSP Web Control
by uni_j (Acolyte) on Jun 03, 2009 at 17:38 UTC | |
by Anonymous Monk on Jun 03, 2009 at 18:27 UTC |