Re: URL file question

2002-04-10 Thread Felix Geerinckx
on Wed, 10 Apr 2002 19:33:43 GMT, Wade Olson wrote: > What is the best way to read the contents of a file out the Internet? > > Example: get the text from http://mycompany.com/index.html and put into use LWP::Simple; $text = get($url); -- felix -- To unsubscribe, e-mail: [EM

URL file question

2002-04-10 Thread Olson, Wade
Hi, What is the best way to read the contents of a file out the Internet? Example: get the text from http://mycompany.com/index.html and put into string, array, redirect, etc? TIA! Wade -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]