hello Marto hello Marshall,

many thanks for the hints. I am going to make some tests with Mechanize! I make use of Mechanize instead of LWP!!

by the way:... i can read on the CPAN:
>br>
Features include:

* All HTTP methods
* High-level hyperlink and HTML form support, without having to parse HTML yourself
* SSL support
* Automatic cookies
* Custom HTTP headers


Mech supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited. (end of citation)

Well - Does this mean that id do not have to do Parsing of a result-page with use HTML::TokeParser!? in other words: in the feature-list i can read: "High-level hyperlink and HTML form support, without having to parse HTML yourself" - unbelieveable!!!! Well i cannot believe this! Does this mean that i do not have to parse the fetched HTML-Pages?

Can i get the data-set of each of the 5000 Pages with Mechanize!?

Well i have to make some tests! And perhaps someone can set me straight here!!

BTW: You Marshall are right: this is a "very huge government website that performs very well." I do not think that i run into any troubles....

after the first trials i come back and report all my findings.

untill soon!!

perlbeginner!

In reply to Re^4: getting LWP and HTML::TokeParser to run by Perlbeginner1
in thread getting started with LWP and HTML::TokeParser by Perlbeginner1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.