
japhy
Enthusiast
Feb 24, 2000, 5:41 AM
Post #2 of 7
(546 views)
|
If you mean "how do I read a file from off the internet?" then the easiest method is: <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> use LWP::Simple; $content = get $URL; </pre><HR></BLOCKQUOTE> The LWP bundle can be downloaded from http://search.cpan.org/
|