On Thu, 2007-08-30 at 07:16 -0700, ladder49 wrote: > Is there a way to dump the HTML code for a web page? I need to write > a script which will collect and summarize content from intranet web > pages. By dump, I mean to read it the same way you would read a file > and parse its contents. Thanks.
I use LWP::Simple to fetch stuff, and HTML::TreeBuilder to parse it and extract stuff. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/