in reply to Re: Maintain website through Perl
in thread Maintain website through Perl

My intent is grab stock prices from google/yahoo. Process them, compare them. Add/data etc and search more data for these stocks from other websites or put a link etc for other sites etc. So basically given a stock name I want to put forth data related to stock. I have perl script using LWP module to see stock info and post process that info. What I need to know is how to publish this data on a website I can see so I dont have to go all over the web to find data I need. I am asking for expertise in publishing the info I have onto a website. Hope this is clear.