[ale] More perl than linux related question
Darrell Golliher
darrell at golliher.net
Mon Jun 18 10:51:44 EDT 2001
On Mon, Jun 18, 2001 at 09:46:06AM -0400, James P . Kinney III wrote:
> There are perl modules that handle this
> stuff.
>
> But quick and dirty is always usefull as
> well:
>
> @html=`wget -l1 -O - http://somesite`;
>
The perl library you're thinking of is probably the LWP. I'll agree
though that quick and dirty is good and since there's more than one
way to do it I offer this as an alternative to wget-- "lynx -source
http://somesite" or if you'd rather have the html rendered for
you.. "lynx -dump http:/somesite".
-darrell
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list