MLUG: Re: [MLUG] text extract from web (not vanilla extract btw... ;)
Re: [MLUG] text extract from web (not vanilla extract btw... ;)
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Thanks All !!!

The -dump option was exactly what I was looking for! ;) lynx and w3m both fit my needs :)

localhost:~ forgeman$ w3m -dump http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?ServiceTag=12345#skipMH | grep Ship

results in:

Ship Date:   10/26/1998

Thanks again!

George



On Sep 21, 2006, at 11:39 AM, Pottinger, Hardy J. wrote:

There are some parseing modules for Perl that would let you get at this
in a really granular way (i.e. to dump into a db) but if you're just
looking to pull some data for a report, this would get you pretty close:


w3m -dump
http://support.dell.com/support/topics/global.aspx/support/my_systems_in
fo/en/details?ServiceTag=12345#skipMH | grep -A 11 "Service Tag:"

I tested links and elinks, decided I liked w3m the best.

BTW, there are a bunch of tools on the Dell site that might do this
stuff for you, though. Or, the Dell sales rep might do it for you, too.


--Hardy

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members


_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members