Connecting Tech Pros Worldwide Forums | Help | Site Map

how to download web document using perl program

Newbie
 
Join Date: Nov 2006
Posts: 15
#1: Nov 11 '06
Hi!
I need immediate help.my program needs to download URL.
exp :

http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-14,GGLG:en&q=define%3a+HP


i need this document downloaded from my program. How do i do that. please, help me.
komal

Member
 
Join Date: Nov 2006
Posts: 83
#2: Nov 11 '06

re: how to download web document using perl program


Quote:

Originally Posted by kdsutaia

I need immediate help.

Immediate? Then you'd better hire a consultant rather than asking for free help...

Quote:

Originally Posted by kdsutaia

my program needs to download URL.

The LWP::Simple module can help you with that.
Newbie
 
Join Date: Nov 2006
Posts: 15
#3: Nov 12 '06

re: how to download web document using perl program


Thanks,
I works..
Thanks once again.
Quote:

Originally Posted by GunnarH

Immediate? Then you'd better hire a consultant rather than asking for free help...


The LWP::Simple module can help you with that.

Reply