On 11-10-26 09:22 AM, Shlomi Fish wrote:
First of all, you should be using WWW::Mechanize or something similar to perform the web-automation. Then you should use XML::LibXML's HTML parsing mode or HTML::TreeBuilder or similar to retrieve the data from the HTML. Do *not* parse HTML using regular expressions
Isn't HTML::TreeBuilder installed with WWW::Mechanize? And don't parse HTML yourself; use a parser from CPAN. -- Just my 0.00000002 million dollars worth, Shawn Confusion is the first step of understanding. Programming is as much about organization and communication as it is about coding. The secret to great software: Fail early & often. Eliminate software piracy: use only FLOSS. "Make something worthwhile." -- Dear Hunter -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/