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

O Monks! I would like to parse some particularly messy HTML tables using ActiveState PERL. There are modules out there that could do this if I only they were available through PPM or did not fail to work with my binary version. Anyway, the HTML::PullParser man page refers to an eg/hform which I could not locate (searched my PC and the web). Can someone point me to any working examples or tutorials for PullParser ... maybe the same for HTML::Parser. Many thanks to you kind souls.
  • Comment on Seeking elusive eg/hform and other examples of HTML::Parser

Replies are listed 'Best First'.
Re: Seeking elusive eg/hform and other examples of HTML::Parser
by gellyfish (Monsignor) on Feb 13, 2002 at 21:33 UTC

    I have some old examples at This old place

    They are old but I will update them sometime

    /J\

      Many thanks ...