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

If you don't want to print undefined values, don't call print on them. I'm not sure what the question is.

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

Replies are listed 'Best First'.
Re^2: optimizing a parser running HTML::TableExtract to fetch only some labels and values [row by row]
by Perlbeginner1 (Scribe) on Dec 19, 2010 at 17:45 UTC
    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

      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.