Gossamer Forum
Home : General : Perl Programming :

Re: [joematt] Open a file from a webserver

Quote Reply
Re: [joematt] Open a file from a webserver In reply to
If you're not worried about being able to save, you can do something like:

Code:
use LWP::Simple;
my $content = get("http://www.gossamer-threads.com/");

print $content;
Subject Author Views Date
Thread Open a file from a webserver joematt 4887 Feb 16, 2004, 2:23 PM
Thread Re: [joematt] Open a file from a webserver
Aki 4756 Feb 16, 2004, 2:27 PM
Post Re: [Aki] Open a file from a webserver
joematt 4726 Feb 16, 2004, 2:39 PM