![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Grabbing a Web Pageby mcwee (Pilgrim) |
on Aug 28, 2000 at 00:46 UTC ( #29929=note: print w/replies, xml ) | Need Help?? |
Although this isn't a Perl solution to this problem (but, NB that TIMTOWTDI), you could just make a system call to lynx -dump http://www.somewhere.com (which would spit out the digested page, HTML interpreted) or lynx -source http://www.somewhere.com (which would give you the page's source, just ike $page = get "http://www.somewhere.com".) Remember, variety is the spice of life. The Autonomic Pilot; it's FunkyTown, babe.
In Section
Seekers of Perl Wisdom
|
|