Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic download of stock quotes to file.

Status
Not open for further replies.

lotsToLearn

Programmer
Jun 10, 1999
9
CA
Hello fellow programmers<br>
<br>
My Boss has asked me to write a program that will download our stock price from the web and write it to a file. ( This will be sent to an HP and then displayed on reader boards. )<br>
<br>
So I need to develop a program that will access the data from the web, and write it to a file. Any comments on where to start would be greatly appreciated. <br>
<br>
Lots To Learn.
 
Hi,<br>
<br>
It sounds like you might need to grab the Net:: module, which, I think from memory, has easy ways to access (via the HTML part of the Net module)...<br>
<br>
Modules can make your life soooo much easier! :) Someone else has already don most of the hard work for you! ;)<br>
<br>
Good luck, and have fun,<br>
Milamber
 
There are several posts on this topic... try searching on LWP.


keep the rudder amid ship and beware the odd typo
 
Emily,

LWP is part of a set of modules for accessing the World-Wide Web from Perl. Details can be found at
For more information on CPAN, please see
For help installing modules, please see
Also, an example showing how to obtain a stock quote from the web using Perl was published in The Perl Journal a while back. the arvice of the article in question can be found at (The stock quote example can be found near the end of the article.)

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top