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

Hi monks, I want to parse an web page based on the Table headers. WWW::Mechanize is not available on the server i am working on. Also the url is like: http://wwwin-me.world.com/Transports/me.cgi? It also requires user name and password. Would be great if any of the Perl Monks can help me out on this.

Replies are listed 'Best First'.
Re: HTML Parsing
by Corion (Patriarch) on Mar 06, 2009 at 07:22 UTC
Re: HTML Parsing
by dHarry (Abbot) on Mar 06, 2009 at 07:23 UTC

    CPAN has more then a few parsers. See for example HTML::Parser. Or better use the Super Search facility in the Monastery. This question is asked a lot of times.