RE: obtain web page contents with perl through a proxy server

2003-08-08 Thread wiggins
On Wed, 6 Aug 2003 21:07:50 -0700 (PDT), wendy soros <[EMAIL PROTECTED]> wrote: > Hi, > > I am a new perl user. I have a question of obtaining > web page contents with perl. Hope you can help me. > > Here is my question: how can I use perl to acc

Re: obtain web page contents with perl through a proxy server

2003-08-07 Thread Patricia Hinman
Here is a simple example from one of my scripts. You can use the method of mirror, getstore, use LWP::Simple; if(is_success(getstore("http://$sitename/wsp/scripts/$cgiscript/data.txt","/$pkg::cgiroot/$pkg::cgidir/admin/scripts/$cgiscript/data.txt";))){ print STDERR "\n Transfered http://$hostp

Re: obtain web page contents with perl through a proxy server

2003-08-07 Thread awarsd
Hi, look at LWP; module at perldoc.com, search.cpan.org or on yahoo. I forgot how to use it. Since it has been long time ago. awards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]