Re: downloading source code for web pages

2000-02-15 Thread Vidiot
>Because I'd never heard of it, and in the last week I've seen three posts >on different lists asking how to do this, none of which returned the >answer "wget." BTW, wget isn't on my box. >Glen Go to Freshmeat and put "wget" in the search engine and it will return the info that you need. It is

Re: downloading source code for web pages

2000-02-15 Thread Glen Lee Edwards
Because I'd never heard of it, and in the last week I've seen three posts on different lists asking how to do this, none of which returned the answer "wget." BTW, wget isn't on my box. Glen On Tue, 15 Feb 2000, Vidiot wrote: >> >>Below is a script you can use to download the html source code

Re: downloading source code for web pages

2000-02-15 Thread Vidiot
> >Below is a script you can use to download the html source code for web >pages. This allows those who don't have the LWP module and don't want to >mess with it to still access the web pages. Why the need for a script when a program called wget will download anything from the net without a hitc

downloading source code for web pages

2000-02-15 Thread Glen Lee Edwards
Below is a script you can use to download the html source code for web pages. This allows those who don't have the LWP module and don't want to mess with it to still access the web pages. If you're wondering why I'm posting it here rather than to a perl list, it's because it uses Linux specific