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
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]