in reply to Re: optimizing a parser running HTML::TableExtract to fetch only some labels and values [row by row]
in thread optimizing a parser running HTML::TableExtract to fetch only some labels and values [row by row]

hello Corion,

many many thanks for the answer! I want to get the results out of the table that is shown here:

http://www.schulministerium.nrw.de/BP/SchuleSuchen?action=607.590098597145&SchulAdresseMapDO=154763

Note: that are only some (about 11 ) labels and corresponding values. I want to get all those rows of data. But nothing more. See the overhead of lines of code and text in the result.... I want to get rid of this !


do i have to be more descriptive or write more. Just let me know!


i look forward to hear from you

regards pb1
  • Comment on Re^2: optimizing a parser running HTML::TableExtract to fetch only some labels and values [row by row]

Replies are listed 'Best First'.
Re^3: optimizing a parser running HTML::TableExtract to fetch only some labels and values [row by row]
by Corion (Patriarch) on Dec 19, 2010 at 17:47 UTC

    Why don't you then just fetch the labels and values you want and leave the others alone?

    A reply falls below the community's threshold of quality. You may see it by logging in.