Re: What function to get a file thru HTTP

2004-10-13 Thread JupiterHost.Net

Dave Kettmann wrote:
Hi list,
Howdy Dave :)
I have been doing some searching and I'm looking for a recomendation. I need to pull a file via HTTP in my perl script. Just looking for a good module to use. Most everything I have found has been for FTP. Not asking for code, just a recomendation :)
Take a look on search.cpan.org for LWP
Dave Kettmann
Lee.M - JupiterHost.Net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



RE: What function to get a file thru HTTP

2004-10-13 Thread Dave Kettmann
Thanks Chris and Wiggins, will definately look into this.

> -Original Message-
> From: Chris Devers [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 13, 2004 1:57 PM
> To: Dave Kettmann
> Cc: Perl List (E-mail)
> Subject: Re: What function to get a file thru HTTP
> 
> 
> On Wed, 13 Oct 2004, Dave Kettmann wrote:
> 
> > I have been doing some searching and I'm looking for a 
> recomendation. 
> > I need to pull a file via HTTP in my perl script. Just 
> looking for a 
> > good module to use. Most everything I have found has been 
> for FTP. Not 
> > asking for code, just a recomendation :)
>  
> You need the LWP module: `sudo perl -MCPAN -e 'install Bundle::LWP'` 
> 
> LWP provides several ways to do this, including LWP::Simple.
> 
> See the perldoc for LWP and its modules or search Google.
> 
> 
> -- 
> Chris Devers
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Re: What function to get a file thru HTTP

2004-10-13 Thread Chris Devers
On Wed, 13 Oct 2004, Dave Kettmann wrote:

> I have been doing some searching and I'm looking for a recomendation. 
> I need to pull a file via HTTP in my perl script. Just looking for a 
> good module to use. Most everything I have found has been for FTP. Not 
> asking for code, just a recomendation :)
 
You need the LWP module: `sudo perl -MCPAN -e 'install Bundle::LWP'` 

LWP provides several ways to do this, including LWP::Simple.

See the perldoc for LWP and its modules or search Google.


-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Re: What function to get a file thru HTTP

2004-10-13 Thread Wiggins d Anconia
> Hi list,
> 
> I have been doing some searching and I'm looking for a recomendation.
I need to pull a file via HTTP in my perl script. Just looking for a
good module to use. Most everything I have found has been for FTP. Not
asking for code, just a recomendation :)
> 
> Dave Kettmann
> NetLogic
> 

LWP::UserAgent

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




What function to get a file thru HTTP

2004-10-13 Thread Dave Kettmann
Hi list,

I have been doing some searching and I'm looking for a recomendation. I need to pull a 
file via HTTP in my perl script. Just looking for a good module to use. Most 
everything I have found has been for FTP. Not asking for code, just a recomendation :)

Dave Kettmann
NetLogic

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]