Gossamer Forum
Home : General : Perl Programming :

Import from another server

Quote Reply
Import from another server
I would like to import a txt file (html code) from one server and place it within a web page on my server. How do I write the script to do that?
Quote Reply
Re: Import from another server In reply to
Most likely you would have to use the LWP module to allow you to actually download the data and the output it onto the page of your choice. Documentation on LWP can be found in your local PerlDoc, if you don't have access to that, try CPAN.ORG or PERL.COM


------------------
Fred Hirsch
Web Consultant & Programmer