in reply to Maintain website through Perl

Since you are okay with not using Google Sites but feel comfortable using Perl this is way too broad a question. You do not even specify what you are proposing to do on this proposed page -- what type of data you are planning to show, what type of processing...nothing. This entire node should be reaped.

Celebrate Intellectual Diversity

Replies are listed 'Best First'.
Re^2: Maintain website through Perl
by jumpingmonkey (Novice) on May 06, 2014 at 19:24 UTC
    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.