RE: Remote URL

2000-04-14 Thread Jason Bodnar
Take a look at Apache::ProxyStuff on CPAN. It mau already do what you want it do and if it doesn't it'll give you an idea of how you can do what you want to do. On 14-Apr-2000 Paul McCumber wrote: I want to build a web page dynamically with content from several other web sites. I need to be

Re: Remote URL

2000-04-14 Thread Ken Y. Clark
On Fri, 14 Apr 2000, Paul McCumber wrote: I want to build a web page dynamically with content from several other web sites. I need to be able to fetch the remote URL's content into variables. How do I do that? For starters, I just have a module that just goes and gets a URL and writes

Re: Remote URL

2000-04-14 Thread Jason Simms
I want to build a web page dynamically with content from several other web sites. I need to be able to fetch the remote URL's content into variables. How do I do that? This really is not that difficult, and yes, lots of people certainly have done it. You have many options open to you, but