plak002 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Extract table in HTML and report the same if one of the row/coloumn is empty
  • Download Code

Replies are listed 'Best First'.
Re: Extract table in HTML and report the same if one of the row/coloumn is empty
by ww (Archbishop) on Apr 03, 2014 at 12:47 UTC
    1. Note Corion's consideration: use code tags (<c>...html here ....</c>) around the html.
    2. CUT DOWN YOUR DATA TO A REPRESENTATIVE (tiny, compared to what you've posted) SAMPLE!

    You really shouldn't be asking people to do your work for free when you haven't even made the problem reasonably accessible.

    Downvoted.


    Questions containing the words "doesn't work" (or their moral equivalent) will usually get a downvote from me unless accompanied by:
    1. code
    2. verbatim error and/or warning messages
    3. a coherent explanation of what "doesn't work actually means.